Skip to content

GetOutrightTicket

Seed1015 edited this page Dec 14, 2023 · 3 revisions

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 可賠付比率

Home

General Information

Setup and Authentication

API Usage

Odata Query

Exception

System

SportsBook

v1
beta

Betting _Flow

v1
beta

Cashout _Flow

v1

Statement

v1
beta

Result

v1

UserInfo

v2
v1
beta

Reference

Clone this wiki locally