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

betslipbet

{
    "betMultiplier": 0,
    "freeBets": [
        {
            "awardDateTime": "string",
            "displayText": "string",
            "expiryDateTime": "string",
            "id": 0,
            "offerDesc": "string",
            "offerId": 0,
            "offerName": "string",
            "startDateTime": "string",
            "value": 0
        }
    ],
    "legs": [
        {
            "parts": [
                {
                    "eachWayAvailable": true,
                    "includeInMultiple": true,
                    "legGroup": 0,
                    "priceChanged": true,
                    "priceDen": 0,
                    "priceNum": 0,
                    "priceType": 0,
                    "selectionId": 0,
                    "singleAvailable": true,
                    "startingPriceAvailable": true,
                    "status": "string",
                    "statusChanged": true
                }
            ],
            "sort": "string",
            "type": "string"
        }
    ],
    "maxStake": 0,
    "minStake": 0,
    "numLines": 0,
    "number": 0,
    "typeCode": "string",
    "typeName": "string"
}
Built with