European Odds (200+ Bookmakers)
Update Time: 2022-03-23 17:43
Introduction
• This API endpoint returns European odds of more than 200 companies.
• Default returns the match data within one day.
• Tips: You have access to this API and all APIs in Odds (18 bookmakers) when subscribing the Odds Pro. But notice that company IDs in this API are different from other odds APIs.
• Win rate: return rate calculation method:
- Home win rate = 1/(1 + home win odds/draw win odds+ home win odds /away win odds)*100%
- Draw win rate = 1/(1+draw win odds/home win odds+draw win odds/away win odds)*100%
- Away win rate=1/(1+away
win odds/home win odds+away win odds/draw win odds)*100%
- Return rate=home win rate*home win odds
• Kelly index calculation method:
- Calculate the average odds of the game first, then
calculate the average winning percentage
- Home=home win odds*average home win rate
- Draw=draw win odds*average draw win rate
- Away=away win odds*average away win rate
Related Plans
You can use this api by subscribing plans: Odds Pro.
Request
- Path: /football_th/odds/european/all.aspx
- Method: GET
- Calls: This interface is limited to 60 second/call.
- Recommend Calls: 2 minute/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
day | int | false | Returns the odds of the specified days. Such as day=1, day is 1-3,Use [date] more often. |
date | string | false | yyyy-mm-dd, such as date=2019-08-01 |
min | int | false | Returns the odds of the specified minutes. Such as min=5. This parameter is recommended |
matchId | string | false | Get the data for the
specified match. Max 50 Ids. |
Response
- The prefix "initial" means the first one that won't be changed, and the prefix "instant" means the live one that will be changed. As for historical odds, the prefix "instant" returns the last one before the match.
Parameter | Value | Description | ||
---|---|---|---|---|
matchId | int | |||
matchTime | date | Match scheduled time, GMT +7 (Bangkok Time) | ||
leagueName | string | |||
homeName | string | |||
awayName | string | |||
odds | list | |||
oddsId | int | |||
changeTime | date | Change time, GMT +7 (Bangkok Time) | ||
oddsDetail | string array | Each string contains all parameters below, separated by comma. | ||
companyId | int | |||
companyName | string | |||
initialHome | string | |||
initialDraw | string | |||
initialAway | string | |||
instantHome | string | |||
instantDraw | string | |||
instantAway | string |