Pre-match and In-play Odds
Update Time: 2022-03-28 10:13
Introduction
• This API endpoint returns odds of basketball match, including Spread, Money Line, Total.
• Return to the unplayed and in-play matches, including pre-match and In-play Odds
• Odds type corresponds
to company ID and company name:
- Spread/Money Line(1x2 Odds)
1: Marcauslot;2: Easybet;3: Crown;8: Bet365;9:Vcbet;10: William Hill;19:Interwetten;20:Ladbrokes;31: Sbobet ;24: 12bet
- Total
4:Marcauslot;5: Easybet;6:Crown;11:Bet365;12:Vcbet;13: William Hill;22:Interwetten;23:Ladbrokes;34:Sbobet;27:12bet
• By using endpoints Schedule & Results
(Basic)
and Match Modify Record, you can get basic information of matches.
Related Plans
You can use this api by subscribing plans: Odds.
Request
- Path: /basketball_th/odds/fulltime.aspx
- Method: GET
- Calls: This interface is limited to 10 second/call.
- Recommend Calls: 3 minute/call
Response
Parameter | Value | Description | |
---|---|---|---|
spread | string array | Each string contains all parameters below, separated by comma. | |
matchId | string | ||
companyId | string | Company id for
Spread: 1: Macauslot 2: Easybets 3: Crown 8: Bet365 9: Vcbet 10:William Hill 19:Interwetten 20:Ladbrokes 31: Sbobet |
|
initialHandicap | string | ||
initialHome | string | ||
initialAway | string | ||
instantHandicap | string | instant odds, excluding inPlay odds. | |
instantHome | string | instant odds, excluding inPlay odds. | |
instantAway | string | instant odds, excluding inPlay odds. | |
inPlayHandicap | string | ||
inPlayHome | string | ||
inPlayAway | string | ||
moneyLine | string array | Each string contains all parameters below, separated by comma. | |
matchId | string | ||
companyId | string | Company id for
Spread: 1: Macauslot 2: Easybets 3: Crown 8: Bet365 9: Vcbet 10:William Hill 19:Interwetten 20:Ladbrokes 31: Sbobet |
|
initialHome | string | ||
initialAway | string | ||
instantHome | string | instant odds, excluding inPlay odds. | |
instantAway | string | instant odds, excluding inPlay odds. | |
total | string array | Each string contains all parameters below, separated by comma. | |
matchId | string | ||
companyId | string | Company id for Money
Line: 4: Macauslot 5: Easybets 6: Crown 11: Bet365 12: Vcbet 13:William Hill 22:Interwetten 23:Ladbrokes 34: Sbobet |
|
initialTotal | string | ||
initialOver | string | ||
initialUnder | string | ||
instantTotal | string | instant odds, excluding inPlay odds. | |
instantOver | string | instant odds, excluding inPlay odds. | |
instantUnder | string | instant odds, excluding inPlay odds. | |
inPlayTotal | string | ||
inPlayOver | string | ||
inPlayUnder | string |