Bet Types
Bet Data Structure
{
"amount": 10000,
"odds": 1.5,
"ticketId": "123123-1e323-fds23-ar332-3424234",
"betId": "123e4567-e89b-12d3-a456-426614174000",
"status": "unresulted",
"type": "win",
"product": "TBF",
"selections": [ // Bet Selections
{
"position": 1,
"event_name": "Free Entry Tabtouch Park",
"name": "Gotta Fly",
"no": 1,
"bet_type": "win",
"product": "TBF"
},
{
"position": 2,
"event_name": "Free Entry Tabtouch Park",
"name": "Gotta Fly",
"no": 1,
"bet_type": "win",
"product": "TBF"
}
]
}
Bet Payload Description
| Parameter | Description | Values |
|---|---|---|
| amount | Amount of the bet in cents. | |
| odds | Price for the bets. Not available on exotics. | |
| This field can be use to calculate the potential payout: amount x odds | ||
| status | Describes the current state of the bet. | processing - Starting processing the bet placement request. pending - Waiting for traders to take action. unresulted - Bet got accepted. partially-refunded - Accepted and partially refunded (Due to scratching) paid - Bet was settled. unsettled - Market was unsettle. rejected - Bet was rejected due to limits. failed - Bet failed to process. cancelled - Bet was cancelled fully-refunded - Bet was fully refunded. (Scratched Bets) |
| type | dailydouble, derivative, duet, eachway, exacta, firstfour, margin, multi, place, quaddie, quinella, sport, srm, straighteight, trifecta, us_place, win | |
| product | bestorsp, BET, BM, BOB, boost, brand key, BTP, GT, JPNTOT, legacy, midtote, NSW, OSP, PA, SIS, SL tote, SP, SRM, supertab, supertab-old, TATTS, TBF, Test, TF, toptote, unitab, USTOTE |
Selection Payload Description
| Parameter | Description |
|---|---|
| position | For single leg bets: Use for describing the position of the selection. For multi legged bets: Use for describing the leg number of the selection. |
| event_name | Name of the event. |
| name | Name of the selection. |
| no | Number of the runner. |
| bet_type | Bet type of the selection. (Applies mainly for multies) |
| product | Bet product of the selection. (Applies mainly for multies) |
Sample Data
Bet Type: Win
{
"amount": 1000,
"odds": 0.74,
"ticketId": "LW1NKINRce",
"betId": "y9nTruNnyC",
"status": "cancelled",
"type": "win",
"product": "BTP",
"selections": [
{
"position": 0,
"event_name": "Watch Live On Sportsbet Mdn",
"name": "CORNUCOPIA",
"no": 1,
"bet_type": "win",
"product": "BTP"
}
]
}
Bet Type: Place
{
"amount": 100,
"odds": 0.6,
"ticketId": "YvhB1e1fOE",
"betId": "1bKzjENAMW",
"status": "paid",
"type": "place",
"product": "midtote",
"selections": [
{
"position": 0,
"event_name": "Glenn Wilmot Plastering Pace",
"name": "Indiana Angel",
"no": 1,
"bet_type": "place",
"product": "midtote"
}
]
}
Bet Type: Trifecta
{
"amount": 2000,
"odds": null,
"ticketId": "g77TQsglnB",
"betId": "QYakg8k1H3",
"status": "paid",
"type": "trifecta",
"product": "supertab",
"selections": [
{
"position": 1,
"event_name": "Pace",
"name": "The Tooth Fairy",
"no": 5,
"bet_type": "trifecta",
"product": "supertab"
},
{
"position": 2,
"event_name": "Pace",
"name": "Abstract Hanover",
"no": 6,
"bet_type": "trifecta",
"product": "supertab"
},
{
"position": 3,
"event_name": "Pace",
"name": "Golden Scribe",
"no": 7,
"bet_type": "trifecta",
"product": "supertab"
}
]
}
Bet Type: Quinella
{
"amount": 1000,
"odds": null,
"ticketId": "nwLcsJ7wv6",
"betId": "5QiC23TQlg",
"status": "paid",
"type": "quinella",
"product": "supertab",
"selections": [
{
"position": 1,
"event_name": "Pace",
"name": "Hilltop Breeze",
"no": 1,
"bet_type": "quinella",
"product": "supertab"
},
{
"position": 1,
"event_name": "Pace",
"name": "Weeroona Boy",
"no": 4,
"bet_type": "quinella",
"product": "supertab"
}
]
}
Bet Type: Exacta
{
"amount": 2000,
"odds": null,
"ticketId": "qtJV8MV3dg",
"betId": "OU31RbYmBm",
"status": "paid",
"type": "exacta",
"product": "supertab",
"selections": [
{
"position": 1,
"event_name": "Pace",
"name": "Abstract Hanover",
"no": 6,
"bet_type": "exacta",
"product": "supertab"
},
{
"position": 2,
"event_name": "Pace",
"name": "Golden Scribe",
"no": 7,
"bet_type": "exacta",
"product": "supertab"
}
]
}
Bet Type: First four
{
"amount": 100,
"odds": null,
"ticketId": "as1BLxVuzZ",
"betId": "cpUAUBEYSS",
"status": "paid",
"type": "firstfour",
"product": "supertab",
"selections": [
{
"position": 1,
"event_name": "Pace",
"name": "Hilltop Breeze",
"no": 1,
"bet_type": "firstfour",
"product": "supertab"
},
{
"position": 2,
"event_name": "Pace",
"name": "Ashleys Blue Chip",
"no": 2,
"bet_type": "firstfour",
"product": "supertab"
},
{
"position": 3,
"event_name": "Pace",
"name": "Always A Celebrity",
"no": 3,
"bet_type": "firstfour",
"product": "supertab"
},
{
"position": 4,
"event_name": "Pace",
"name": "Weeroona Boy",
"no": 4,
"bet_type": "firstfour",
"product": "supertab"
}
]
}
Bet Type: Quaddie
{
"amount": 1000,
"odds": null,
"ticketId": "0bnM0Lwtpn",
"betId": "ZvgYFmlvCT",
"status": "paid",
"type": "quaddie",
"product": "supertab",
"selections": [
{
"position": 1,
"event_name": "Horsepower Skellatar Sprint",
"name": "Akasaki",
"no": 2,
"bet_type": "quaddie",
"product": "supertab"
},
{
"position": 1,
"event_name": "Horsepower Skellatar Sprint",
"name": "Malahat",
"no": 3,
"bet_type": "quaddie",
"product": "supertab"
},
{
"position": 2,
"event_name": "Newhaven Pk Wild Card (C5)",
"name": "Maslow",
"no": 6,
"bet_type": "quaddie",
"product": "supertab"
},
{
"position": 3,
"event_name": "Breeders Muswellbrook Cup",
"name": "War Cat",
"no": 15,
"bet_type": "quaddie",
"product": "supertab"
},
{
"position": 4,
"event_name": "Tab Country Magic Hcp (C3)",
"name": "Highest Standard",
"no": 4,
"bet_type": "quaddie",
"product": "supertab"
},
{
"position": 4,
"event_name": "Tab Country Magic Hcp (C3)",
"name": "Costas",
"no": 5,
"bet_type": "quaddie",
"product": "supertab"
},
{
"position": 4,
"event_name": "Tab Country Magic Hcp (C3)",
"name": "Joey's Chance",
"no": 6,
"bet_type": "quaddie",
"product": "supertab"
}
]
}
Bet Type: DailyDouble
{
"amount": 2000,
"odds": null,
"ticketId": "j6uHmPCFql",
"betId": "OPmgqPBaXo",
"status": "paid",
"type": "dailydouble",
"product": "supertab",
"selections": [
{
"position": 2,
"event_name": "Tab Country Magic Hcp (C3)",
"name": "The Snooperstar",
"no": 3,
"bet_type": "dailydouble",
"product": "supertab"
},
{
"position": 1,
"event_name": "Newhaven Pk Wild Card (C5)",
"name": "Maslow",
"no": 6,
"bet_type": "dailydouble",
"product": "supertab"
},
{
"position": 1,
"event_name": "Newhaven Pk Wild Card (C5)",
"name": "Plonka",
"no": 7,
"bet_type": "dailydouble",
"product": "supertab"
}
]
}
Bet Type: Same Race Multi
{
"amount": 100,
"odds": null,
"ticketId": "Y152CA6FNr",
"betId": "pa2zNHfWkw",
"status": "unresulted",
"type": "srm",
"product": "",
"selections": [
{
"position": 1,
"event_name": "Eureka Concrete Ht1",
"name": "Blackpool Cheeky",
"no": 1,
"bet_type": "srm",
"product": ""
},
{
"position": 2,
"event_name": "Eureka Concrete Ht1",
"name": "Lyrical Dad",
"no": 2,
"bet_type": "srm",
"product": ""
},
{
"position": 3,
"event_name": "Eureka Concrete Ht1",
"name": "Seabrook Dow",
"no": 3,
"bet_type": "srm",
"product": ""
},
{
"position": 4,
"event_name": "Eureka Concrete Ht1",
"name": "Swift Twitch",
"no": 4,
"bet_type": "srm",
"product": ""
}
]
}
Bet Type: Multi
{
"amount": 1000,
"odds": 0.33,
"ticketId": "x9KpqJFMek",
"betId": "GNZtGNHEDB",
"status": "paid",
"type": "multi",
"product": "",
"selections": [
{
"position": 0,
"event_name": "Nvs Paving & Landscaping Mdn",
"name": "Dubai Centre",
"no": 1,
"bet_type": "place",
"product": "midtote"
},
{
"position": 0,
"event_name": "Townsville Maiden 1000 H",
"name": "May Do",
"no": 2,
"bet_type": "place",
"product": "midtote"
}
]
}