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

error

{
    "code": "string",
    "field": "string",
    "message": "string",
    "solution": {
        "betNum": "string",
        "eventId": "string",
        "handicap": "string",
        "handicapPrecision": "string",
        "priceDen": "string",
        "priceNum": "string",
        "selectionHandicap": "string",
        "selectionId": "string"
    }
}
Built with