Jackpot
Aim of the Bet¶
To select the winning horse in each of six races across one or more meetings as nominated by Tote.
Rules¶
How to bet¶
Example of placing a 50p single line Jackpot bet.
mutation PlaceJackpotBet {
placeBets(
input: {
ticketId: "ticket-65992cd4-39d8-4c6f-8498-3918f17ad96e"
bets: [
{
betId: "bet-jackpot-65992cd4-39d8-4c6f-8498-3918f17ad96e"
productId: "02671b39-b9be-4f0c-a846-b28d429128ab"
stake: { currencyCode: GBP, totalAmount: 0.50 }
legs: [
{
productLegId: "4725b051-6bec-4215-be71-995ae23efe73"
selections: [{ productLegSelectionID: "212e57e1-f228-45a3-ab3d-0a429940be9e" }]
}
{
productLegId: "aed0dddb-538c-4b1c-be29-6194a54c7cb1"
selections: [{ productLegSelectionID: "ad2656f3-6be2-41fc-a151-104a32e0933a" }]
}
{
productLegId: "d73a8091-eebe-4bd9-9ec0-a5b391142878"
selections: [{ productLegSelectionID: "31a4396f-1abf-44a1-b3ae-8efb4a8e8ea9" }]
}
{
productLegId: "80abfc18-090c-41a0-b1d2-4f2fc7a267a3"
selections: [{ productLegSelectionID: "192e57e1-f228-45a3-ab3d-0a429940be9e" }]
}
{
productLegId: "d9b9bcd4-76e2-4342-bc22-54d0de88f3fc"
selections: [{ productLegSelectionID: "3b37e4b0-45e6-49bb-bd02-46b6c044f8ad" }]
}
{
productLegId: "0f22ca97-5486-4214-ab1e-c5dc90b5e05c"
selections: [{ productLegSelectionID: "1ec809b0-62c6-49d9-8fcd-1f3a9c307bf8" }]
}
]
}
]
}
) {
ticket {
id
toteId
bets {
nodes {
id
toteId
placement {
status
}
}
}
}
}
}
{
"data": {
"placeBets": {
"ticket": {
"id": "ticket-65992cd4-39d8-4c6f-8498-3918f17ad96e",
"toteId": "973e2aef-29b7-425d-8112-23ef66c5375b",
"bets": {
"nodes": [
{
"id": "bet-jackpot-65992cd4-39d8-4c6f-8498-3918f17ad96e",
"toteId": "271141f661a142b09be38e87658075a0",
"placement": {
"status": "ACCEPTED"
}
}
]
}
}
}
}
}