4.6. PlaceBet
This method places a single bet to the book. Note : It is recommended to call GetPlacementInfo method BEFORE you execute a PlaceBet method. If not done, PlaceBet will do an internal call to GetPlacementInfo if a prior call to GetPlacementInfo has not been done. PlaceBet uses some internal values returned and processed by GetPlacementInfo. If these informations are not available within our internal cache, the PlaceBet method will fail.
Request
Method | URL |
---|---|
POST | /AsianOddsService/PlaceBet |
JSON REQUEST BODY | { |
Type | Params | Values |
---|---|---|
HEAD | AOToken | string |
HEAD | Accept | application/json |
POST | isFullTime | int |
POST | MarketTypeId | int |
POST | PlaceBetId | string |
POST | gameId | long |
POST | gameType | string |
POST | oddsName | string |
POST | oddsFormat | string |
POST | BookieOdds | string |
Request Values
Value | What is this for |
---|---|
AOToken | Token generated also by the Login method. This token identifies which user is requesting or executing the API Method. This has to be sent for all of the request except during execution of the Login method |
accept | application/json |
isFullTime | 1 if fulltime, 0 if not |
MarketTypeId | 1 for Football, 2 for Basketball |
PlaceBetId | (Optional) PlaceBetId is optional and should be no more than 40 characters in length. Whenever provided, this will be considered an identifier to your bet. This is returned as BetPlacementReference under GetBets or GetRunningBet. You can also use this ID as a parameter for GetBetByReference to get the status of the bet that was placed. |
gameId | GameID from the GetFeeds. Pertains to the Id from the game. |
gameType | Type of game where the bets will place. |
oddsName | Where the bets will be placed. Here are the valid values : |
oddsFormat | Format of Odds. Valid Values are : |
Amount | Amount to be placed. |
BookieOdds | Specifies what type of odds you are placing the bet. The value of the odds is the same what you get from GetFeeds or GetPlacementInfo. For different books, they are to be separated by comma. |
Sample JSON Response
Response Type | Response |
---|---|
Success | { |
Fail | { |