GetOutrightTicket - Saba-sports/OddsDirectAPI_CN GitHub Wiki
Request
GET /betting/{version}/GetOutrightTicket?SportType=1&Orid=7436287
Content-Type: application/json
X-Forwarded-For: client ip (如果通过代理使用API需要额外带入)
Authorization: Bearer {JWT token}
Parameter |
Format |
Length |
Mandatory |
Description |
SportType |
int |
|
Yes |
体育项目ID |
Orid |
int |
|
Yes |
优胜冠军赔率ID |
Language |
string |
|
-- |
指定欲回应的数据语系,请参阅Language Table |
Response
{
"sportType": int,
"orid": int,
"leagueId": int,
"teamId": int,
"teamName": string,
"price": decimal,
"maxBet": decimal,
"minBet": decimal,
"payoutRate": decimal
}
Parameter |
Format |
Description |
sportType |
int |
体育项目ID |
orid |
int |
优胜冠军赔率ID |
leagueId |
int |
联赛ID |
teamId |
int |
队伍ID |
teamName |
string |
队伍名称 |
price |
decimal |
赔率 (欧洲盘) |
maxBet |
decimal |
最大投注额. |
minBet |
decimal |
最小投注额. |
PayoutRate |
decimal |
可賠付比率 |