Pre-match Odds (Quarter)
Update Time: 2022-03-28 10:27
Introduction
• This interface returns pre-match odds (Quarter) 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/quarter.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 |
|
firstHandicap | string | ||
firstHome | string | ||
firstAway | string | ||
secondHandicap | string | ||
secondHome | string | ||
secondAway | string | ||
thirdHandicap | string | ||
thirdHome | string | ||
thirdAway | string | ||
fourthHandicap | string | ||
fourthHome | string | ||
fourthAway | string | ||
initial firstHandicap | string | ||
initial firstHome | string | ||
initial firstAway | string | ||
initial secondHandicap | string | ||
initial secondHome | string | ||
initial secondAway | string | ||
initial thirdHandicap | string | ||
initial thirdHome | string | ||
initial thirdAway | string | ||
initial fourthHandicap | string | ||
initial fourthHome | string | ||
initial fourthAway | string | ||
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 |
|
firstHandicap | string | ||
firstOver | string | ||
firstUnder | string | ||
secondHandicap | string | ||
secondOver | string | ||
secondUnder | string | ||
thirdHandicap | string | ||
thirdOver | string | ||
thirdUnder | string | ||
fourthHandicap | string | ||
fourthOver | string | ||
fourthUnder | string | ||
initial firstHandicap | string | ||
initial firstOver | string | ||
initial firstUnder | string | ||
initial secondHandicap | string | ||
initial secondOver | string | ||
initial secondUnder | string | ||
initial thirdHandicap | string | ||
initial thirdOver | string | ||
initial thirdUnder | string | ||
initial fourthHandicap | string | ||
initial fourthOver | string | ||
initial fourthUnder | string |