Description Usage Arguments Value Examples
Place bet in the system
1 2 | PlaceBet(acceptBetterLine, oddsFormat, stake, winRiskStake, sportId, eventId,
periodNumber, betType, lineId)
|
acceptBetterLine |
boolean Whether or not to accept a bet when there is a line change in favor of the client |
oddsFormat |
character Bet is processed with this odds format it takes values in :
|
stake |
numeric Wagered amount in Client’s currency |
winRiskStake |
WIN_RISK_TYPE Whether the stake amount is risk or win amount
|
sportId |
numeric the sport id |
eventId |
numeric the vent id |
periodNumber |
This represents the period of the match. For example For soccer : #' 0–>Game 1–>1st Half 2–>2nd Half |
betType |
BET_TYPE
|
lineId |
numeric Line identification |
list containing :
status If Status is PROCESSED_WITH_ERROR errorCode will be in the response
errorCode
1 2 3 | PlaceBet (acceptBetterLine=TRUE,oddsFormat="AMERICAN", stake=10,
winRiskStake="WIN",sportId=29,eventId=307962592,
periodNumber=0,betType="MONEYLINE",lineId=103648474)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.