Single
A single is a bet on 1 selection in one event. Your selection must be successful to get a return.
Scorecast
A Scorecast is a single bet containing two elements:
- first goal scorer
- the correct score after 90 minutes of play
Note: Scorecasts cannot be used in multiple bets as they are a multiple bet in their own right. However, they can be added into a betslip along with other bets, for example singles or doubles.
Development note: when creating the payload for the Scorecast:
- the first part of the leg MUST be the first goal scorer
- the second part of the leg MUST be the match result
Placing a Scorecast
<whoBets>
<bet>
<betNum>1</betNum>
<betTypeCode>SGL</betTypeCode>
<stake>0.10</stake>
<leg>
<legSort>SC</legSort>
<legType>W</legType>
<part>
<outcomeId>11261286</outcomeId>
<priceType>L</priceType>
</part>
<part>
<outcomeId>11261284</outcomeId>
<priceType>L</priceType>
</part>
</leg>
</bet>
</whoBets>
Tricast and Forecast
The following table explains in details the different tricast and forecast bets.
Number of Selections | Ordered? | Total Bets Placed | Number of Legs | Number of Parts | |
---|---|---|---|---|---|
Straight Forecast | 2 | Yes | 1 | 1 | 2 |
Reverse Forecast | 2 | No | 2 | 1 | 2 |
Combination Forecast | 3 or more | No | 6 or more | 3 | 4 or more |
Straight Tricast | 3 | Yes | 1 | 1 | 3 |
Combination (reverse) Tricast | More than 2 | No | 6 or more | 1 | 4 or more |
More Information
Placing a Forecast Bet
<whoBets>
<bet>
<betNum>1</betNum>
<betTypeCode>SGL</betTypeCode>
<stake>0.24</stake>
<leg>
<legType>W</legType>
<legSort>SF</legSort>
<part>
<outcomeId>32520777</outcomeId>
<status>active</status>
<priceType>D</priceType>
<includeInMultiple>true</includeInMultiple>
</part>
<part>
<outcomeId>32520778</outcomeId>
<status>active</status>
<priceType>D</priceType>
<includeInMultiple>true</includeInMultiple>
</part>
</leg>
</bet>
</whoBets>
Reverse Forecast
Note that, this is the same as straight forecast but uses the reverse forecast legSort argument rather than the straight forecast one.
<whoBets>
<bet>
<betNum>1</betNum>
<betTypeCode>SGL</betTypeCode>
<stake>0.24</stake>
<leg>
<legType>W</legType>
<legSort>RF</legSort>
<part>
<outcomeId>32520777</outcomeId>
<status>active</status>
<priceType>D</priceType>
<includeInMultiple>true</includeInMultiple>
</part>
<part>
<outcomeId>32520778</outcomeId>
<status>active</status>
<priceType>D</priceType>
<includeInMultiple>true</includeInMultiple>
</part>
</leg>
</bet>
</whoBets>
Placing a Tricast Bet
The following method can be used to place tricast bets. Note, that you need to upload the right payload to do that. A Tricast is the same as a Forecast except you are choosing the first three selections in the correct order.
<whoBets>
<bet>
<betNum>1</betNum>
<betTypeCode>SGL</betTypeCode>
<stake>2.00</stake>
<leg>
<legSort>TC</legSort>
<legType>W</legType>
<part>
<outcomeId>3780503</outcomeId>
<!-- Placed 1st -->
<priceType>D</priceType>
</part>
<part>
<outcomeId>3780504</outcomeId>
<!-- Placed 2nd -->
<priceType>D</priceType>
</part>
<part>
<outcomeId>3780505</outcomeId>
<!-- Placed 3rd -->
<priceType>D</priceType>
</part>
</leg>
</bet>
...
</whoBets>
Double
A double consists of 1 bet involving 2 selections in different events. Both must be successful to get a return.
The stake for the second bet is the winnings from the first. This means that they cannot be two selections in the same event as they could not both win.
There can be no related contingency.
Placing a Double Bet
<whoBets>
<bet>
<betNum>1</betNum>
<betTypeCode>DBL</betTypeCode>
<stake>0.10</stake>
<leg>
<legType>W</legType>
<part>
<outcomeId>32520779</outcomeId>
<priceType>L</priceType>
<priceNum>3</priceNum>
<priceDen>1</priceDen>
</part>
</leg>
<leg>
<legType>W</legType>
<part>
<outcomeId>32616842</outcomeId>
<priceType>L</priceType>
<priceNum>7</priceNum>
<priceDen>1</priceDen>
</part>
</leg>
</bet>
</whoBets>
Treble
A treble consists of 1 bet involving 3 selections in different events. All must be successful to get a return.
There can be no related contingency.
Placing a Treble Bet
<whoBets>
<bet>
<betNum>1</betNum>
<betTypeCode>TBL</betTypeCode>
<stake>5.00</stake>
<leg>
<legType>W</legType>
<part>
<outcomeId>34866269</outcomeId>
<priceType>L</priceType>
<priceNum>4</priceNum>
<priceDen>11</priceDen>
<includedInMultiple>true</includedInMultiple>
</part>
</leg>
<leg>
<legType>W</legType>
<part>
<outcomeId>32310601</outcomeId>
<priceType>L</priceType>
<priceNum>1</priceNum>
<priceDen>1</priceDen>
<includedInMultiple>true</includedInMultiple>
</part>
</leg>
<leg>
<legType>W</legType>
<part>
<outcomeId>32310607</outcomeId>
<priceType>L</priceType>
<priceNum>1</priceNum>
<priceDen>1</priceDen>
<includedInMultiple>true</includedInMultiple>
</part>
</leg>
</bet>
</whoBets>
Accumulator
An accumulator consists of 1 bet involving 4 or more selections in different events. All must be successful to get a return.
An accumulator with four selections is referred to as a four-fold; an accumulator with five selections is referred to as a five-fold and so on.
Placing an Accumulator
<whoBets>
<bet>
<betNum>1</betNum>
<betTypeCode>ACC4</betTypeCode>
<stake>5.00</stake>
<leg>
<legType>W</legType>
<part>
<outcomeId>34866269</outcomeId>
<priceType>L</priceType>
<priceNum>4</priceNum>
<priceDen>11</priceDen>
<includedInMultiple>true</includedInMultiple>
</part>
</leg>
<leg>
<legType>W</legType>
<part>
<outcomeId>32310601</outcomeId>
<priceType>L</priceType>
<priceNum>1</priceNum>
<priceDen>1</priceDen>
<includedInMultiple>true</includedInMultiple>
</part>
</leg>
<leg>
<legType>W</legType>
<part>
<outcomeId>32310607</outcomeId>
<priceType>L</priceType>
<priceNum>1</priceNum>
<priceDen>1</priceDen>
<includedInMultiple>true</includedInMultiple>
</part>
</leg>
<leg>
<legType>W</legType>
<part>
<outcomeId>35156039</outcomeId>
<priceType>L</priceType>
<priceNum>3</priceNum>
<priceDen>1</priceDen>
<includedInMultiple>true</includedInMultiple>
</part>
</leg>
</bet>
</whoBets>
Related Contigency
A related contingency occurs when one part of the bet affects the outcome of the rest of the bet.
For more information: Betting Terminology
The following table represents what bet types are available, the number of selections for each one and other details useful when writing code for bet placement:
Bet Name | Symbol | Number of Selections | Number of Bets Placed | Bets per EachSelection | Min Stake per Line | Max Stake per Line |
---|---|---|---|---|---|---|
Single | SGL | 1 | 1 | 1 | 0.05 | 100 000 |
Double | DBL | 2 | 1 | 1 | 0.01 | 3000 |
Treble | TBL | 3 | 1 | 1 | 0.01 | 2500 |
Trixie | TRX | 3 | 4 | 3 | 0.01 | 3000 |
Patent | PAT | 3 | 7 | 4 | 0.01 | 4000 |
Round Robin | ROB | 3 | 10 | 7 | 0.01 | 1000 |
Yankee | YAN | 4 | 11 | 7 | 0.01 | 3500 |
Lucky15 | L15 | 4 | 15 | 8 | 0.01 | 4000 |
Flag | FLG | 4 | 23 | 13 | 0.01 | 1000 |
Canadian | CAN | 5 | 26 | 15 | 0.01 | 3000 |
Lucky31 | L31 | 5 | 31 | 16 | 0.01 | 3200 |
Heinz | HNZ | 6 | 57 | 31 | 0.01 | 3100 |
Lucky63 | L63 | 6 | 63 | 32 | 0.01 | 6300 |
Super Heinz | SHNZ | 7 | 120 | 63 | 0.01 | 6300 |
Goliath | GOL | 8 | 247 | 127 | 0.01 | 6350 |
Unian Jack | UJK | 9 | 8 | 4 | 0.01 | 1000 |
Accumulator | ACC4 | 4 | 1 | 1 | 0.01 | 1000 |
Single Stakes About | SS2 | 2 | 2 | 1 | 0.01 | 2000 |
Double Stakes About | DS2 | 2 | 2 | 1 | 0.01 | 2000 |
Doubles | P-23 | 3 | 3 | 2 | 0.01 | 3000 |
Trebles | P-34 | 4 | 4 | 3 | 0.01 | 3000 |
Fourfolds | P-45 | 5 | 5 | 4 | 0.01 | 2000 |
Fivefolds | P-56 | 6 | 6 | 5 | 0.01 | 2500 |
Sixfolds | P-67 | 7 | 7 | 6 | 0.01 | 3000 |
Sevenfolds | P-78 | 8 | 8 | 7 | 0.01 | 3500 |
Eightfolds | P-89 | 9 | 9 | 8 | 0.01 | 4000 |
Ninefolds | P910 | 10 | 10 | 9 | 0.01 | 4500 |
Tenfolds | P1011 | 11 | 11 | 10 | 0.01 | 5000 |
ElevenFolds | P1112 | 12 | 12 | 11 | 0.01 | 1000 |
Twelvefolds | P1213 | 13 | 13 | 12 | 0.01 | 1000 |
Thirteenfolds | P1314 | 14 | 14 | 13 | 0.01 | 1000 |
Fourteenfolds | P1415 | 15 | 15 | 14 | 0.01 | 1000 |
3 by 4 | 3BY4 | 3 | 4 | 3 | 0.2 | 100 |
4 by 5 | 4BY5 | 4 | 5 | 4 | 0.2 | 100 |
Lucky6 | LY6 | 4 | 6 | 3 | 0.25 | 1000 |
Lucky10 | LY10 | 4 | 10 | 6 | 0.25 | 1000 |
Lucky11 | LY11 | 4 | 11 | 7 | 0.25 | 1000 |
Yap | YAP | 4 | 15 | 8 | 0.1 | 100 |
Fivespot | FSP | 5 | 15 | 5 | 1 | 1000 |
Pontoon | PON | 6 | 21 | 6 | 1 | 1000 |
Lucky 7 Bingo | L7B | 7 | 13 | 6 | 1 | 1000 |
Magnificent7 | MAG7 | 7 | 28 | 7 | 1 | 100000 |
More Information