Skip to main content

PlaceBetRequest

Request to place a bet.

Properties

NameTypeRequiredDescription
oddsFormatOddsFormatBet odds format. AMERICAN = American odds format, DECIMAL = Decimal (European) odds format, HONGKONG = Hong Kong odds format, INDONESIAN = Indonesian odds format, MALAY = Malaysian odds format
uniqueRequestIdstringThis is a Unique ID for PlaceBet requests. This is to support idempotent requests.
acceptBetterLinebooleanWhether or not to accept a bet when there is a line change in favor of the client.
stakenumberamount in client’s currency.
winRiskStakePlaceBetRequestWinRiskStakeWhether the stake amount is risk or win amount.
lineIdnumberLine identification.
altLineIdnumberAlternate line identification.
fillTypeFillTypeNORMAL - bet will be placed on specified stake. FILLANDKILL - If the stake is over the max limit, bet will be placed on max limit, otherwise it will be placed on specified stake. FILLMAXLIMIT - bet will be places on max limit, stake amount will be ignored. Please note that maximum limits can change at any moment, which may result in risking more than anticipated. This option is replacement of isMaxStakeBet from v1/bets/place'
sportIdnumber
eventIdnumber
periodNumbernumber
betTypePlaceBetRequestBetTypeBet type.
teamTeamTeam type.
sidePlaceBetRequestSideSide type.

PlaceBetRequestWinRiskStake

Whether the stake amount is risk or win amount.

Properties

NameTypeRequiredDescription
WINstring"WIN"
RISKstring"RISK"

FillType

NORMAL - bet will be placed on specified stake. FILLANDKILL - If the stake is over the max limit, bet will be placed on max limit, otherwise it will be placed on specified stake. FILLMAXLIMIT - bet will be places on max limit, stake amount will be ignored. Please note that maximum limits can change at any moment, which may result in risking more than anticipated. This option is replacement of isMaxStakeBet from v1/bets/place'

Properties

NameTypeRequiredDescription
NORMALstring"NORMAL"
FILLANDKILLstring"FILLANDKILL"
FILLMAXLIMITstring"FILLMAXLIMIT"

PlaceBetRequestBetType

Bet type.

Properties

NameTypeRequiredDescription
MONEYLINEstring"MONEYLINE"
TEAM_TOTAL_POINTSstring"TEAM_TOTAL_POINTS"
SPREADstring"SPREAD"
TOTAL_POINTSstring"TOTAL_POINTS"

Team

Team type.

Properties

NameTypeRequiredDescription
TEAM1string"TEAM1"
TEAM2string"TEAM2"
DRAWstring"DRAW"

PlaceBetRequestSide

Side type.

Properties

NameTypeRequiredDescription
OVERstring"OVER"
UNDERstring"UNDER"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →