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

betDelayedResponse(delayedBets)

[
    {
        "delayPeriodSeconds": 0,
        "delayedBetId": "string",
        "id": "string",
        "number": 0
    }
]
Built with