Quinella
Aim of the Bet¶
To select the first two finishers in either order.
Rules¶
How to bet¶
Example of placing a £5 Bet on Quinella. Pick two selections.
mutation {
placeBets(
bets: {
id: "fc1b50b0-e78b-4fdd-bd31-fee6ef2fa4fe"
bets: [
{
productId: "c2c4500a-243d-4b82-9b98-d88a642d5761"
stake: { amount: 5.00, currencyCode: "GBP" }
legs: [
{
legId: "1fbc1ae1-dcdc-4391-a77e-1c39aa9544d5"
selections: [
{ selectionId: "112e57e1-f228-45a3-ab3d-0a429940be9e"}
{ selectionId: "6e1dba71-ac0a-4da6-a021-3beb2ad0ae55"}
]
}
]
}
]
}
) {
ticketId
bets {
betId
status
}
}
}
```