Pre-match Odds (Halftime)
Update Time: 2022-03-28 10:24
Introduction
• This interface returns pre-match odds (Halftime) of basketball match, including Spread, Total.
• Return to all unplayed matches in the future and in-play matches.
• 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 ;
-Total
4:Marcauslot;5: Easybet;6:Crown;11:Bet365;12:Vcbet;13: William Hill;22:Interwetten;23:Ladbrokes;34:Sbobet;
• 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/half.aspx
- Method: GET
- Calls: This interface is limited to 10 second/call.
- Recommend Calls: 1 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. | |
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 |
|
initialHandicap | string | ||
initialOver | string | ||
initialUnder | string | ||
instantHandicap | string | instant odds, excluding inPlay odds. | |
instantOver | string | instant odds, excluding inPlay odds. | |
instantUnder | string | instant odds, excluding inPlay odds. |