Bets API
  1. Schemas
Bets API
  • Bets
    • Places a multiple or a complex bet.
    • Places a single bet
    • /betslips
    • Returns available free bets
    • Retrieves the customer’s bet history.
    • Allows a trusted application to cash in a bet (take a return on a bet) on behalf of the customer
  • Schemas
    • Schemas
      • bet
      • betDelayed
      • delayedBets
      • delayedBets
      • betHistoryResponse
      • betPlaced
      • placedBets
      • placedBets
      • betSlipRequest
      • betSlipResponse
      • betslipbet
      • betslipleg
      • betslippart
      • cashInResponse
      • complexBetRequestBody
      • error
      • errors
      • freeBet
      • freeBetDetail
      • historyBets
      • leg
      • part
      • placedBet
      • placedBetLeg
      • placedBetPart
      • priceFormatted
      • singleBetRequestBody
      • solution
  1. Schemas

bet

{
    "delayedBetId": "string",
    "freeBetId": "string",
    "legs": [
        {
            "parts": [
                {
                    "includeInMultiple": true,
                    "priceDen": 0,
                    "priceNum": 0,
                    "priceType": 0,
                    "selectionId": 0
                }
            ],
            "sort": "string",
            "type": "string"
        }
    ],
    "number": 0,
    "stake": 0,
    "typeCode": "string"
}
Built with