Get All Odds
Response
Odds shape
| Bucket | Meaning | odd array |
|---|---|---|
eu | European / 1X2 | [home, draw, away, 0] |
asia | Asian handicap | [homeOdds, handicap, awayOdds, 0] |
bs | Over / Under (Big-Small) | [overOdds, total, underOdds, 0] |
f (opening line) and s (current/closing line) plus a company reference. Match the company.id against the companies[] array for bookmaker name and logo.
Get Odds by Bookmaker
| Parameter | Required | Description |
|---|---|---|
companyId | yes | Bookmaker ID (e.g. 2 = bet365) |
type | no | 1 = EU · 2 = Asian · 3 = BS |