First4
Aim of the Bet¶
To select the first four finishers in either order.
Rules¶
How to bet¶
Example of placing a £5 Bet on First4. Pick 4 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"}
{ selectionId: "be08a605-1e42-44a1-81ba-6112c5d4208c"}
{ selectionId: "9d242ecb-0a6a-47e1-9948-75f1047a3c37"}
]
}
]
}
]
}
) {
ticketId
bets {
betId
status
}
}
}
```