Skip to content

Scoop6

Aim of the Bet

  1. To select the winning horse in each of 6 specific races nominated by Tote in order to qualify for a dividend from the Tote Scoop6 win fund.
  2. To select a horse to be placed in each of the same 6 races in order to qualify for a dividend from the Tote Scoop6 place fund. (iii) Winners of the Tote Scoop6 win fund who have correctly selected the winning horse in all 6 legs of the Tote Scoop6, to select the winner of the bonus race on a later day nominated by Tote in order to qualify for a dividend from the Tote Scoop6 bonus fund.

Rules

Betting Rules

How to bet

Example of placing a £2 Bet on Scoop6. Pick one selection from each leg of the product

mutation PlaceScoop6Bet {
  placeBets(
    ticketId: "ticket-57d41c6d-cff5-4f50-a56b-460291f5e4a2"
    bets: [
      {
        productId: "fdd20b9e-ad9a-4ba5-8dc7-cd1442c7bd54"
        stake: { amount: 2.00, currencyCode: "GBP" }
        legs: [
          {
            productLegId: "4a5c58dc-e3c5-455d-a1e4-586a328ba406"
            selections: [{ productLegSelectionID: "248f7658-9215-4b89-8cba-df5ff039b416" }]
          }
          {
            productLegId: "0f22ca97-5486-4214-ab1e-c5dc90b5e05c"
            selections: [{ productLegSelectionID: "f9ebf219-4121-438c-a1eb-9e8903440fd8" }]
          }
          {
            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: "83721d82-bc8f-4f64-83d4-b403b01fb181" }]
          }
          {
            productLegId: "d9b9bcd4-76e2-4342-bc22-54d0de88f3fc"
            selections: [{ productLegSelectionID: "3b37e4b0-45e6-49bb-bd02-46b6c044f8ad" }]
          }
        ]
      }
    ]
  ) {
    ticket {
      id
      toteId
      bets {
        nodes {
          id
          toteId
          placement {
            status
          }
        }
      }
    }
  }
}
Response
{
  "data": {
    "placeBets": {
      "id": "ticket-57d41c6d-cff5-4f50-a56b-460291f5e4a2",
      "toteId": "8a89047c-f93e-4943-a8e4-420165829a6f",
      "bets": [
        {
          "id": "994589270dce48edb06e01d96d28d17d",
          "toteId": "93a046932a8441f1b8c02fb4876e5d45",
          "placement": {
            "status": "ACCEPTED"
          }
        }
      ]
    }
  }
}