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

placedBetLeg

{
    "number": 0,
    "parts": [
        {
            "description": "string",
            "eachWayDen": 0,
            "eachWayNum": 0,
            "eachWayPlaces": 0,
            "eventDescription": "string",
            "eventId": "string",
            "eventMarketDescription": "string",
            "eventTypeDescription": "string",
            "handicap": 0,
            "number": 0,
            "priceDen": 0,
            "priceFormatted": {
                "american": "string",
                "decimal": 0,
                "fractional": "string"
            },
            "priceNum": 0,
            "priceType": "string",
            "result": "string",
            "rule4Deductions": 0,
            "selectionId": "string",
            "startDateTime": "string"
        }
    ],
    "sort": "string",
    "type": "string"
}
Built with