- Football Strategies
- Pages
- Simulation For Betting On Draws
Simulation For Betting On Draws
Strategy ID: 9
💡 Strategy
This strategy lets you see what would happen if you bet on a draw as the full-time outcome for each game. You can try out different settings to see how your bets would work on real games without spending any money. It's a quick and risk-free way to check if your strategy can make a profit!
💥 How to request a simulation run?
To request a simulation run, send us an email at: [email protected] with the settings that you want to test (see the Examples section below).
Make sure to send your request in the right format so our system can understand it and our team can handle it quickly. Use the templates in the Examples section and adjust them to run the simulation you want.
Keep in mind this email is only checked by our software. So, only include the details for your simulation request—don’t add extra text or questions, as no one from our team will see them.
If you have questions, email us at [email protected].
After you send your simulation request, we’ll process it and email you a PDF with your results within 24 hours!
🚀 Examples
Here are some examples of simulation requests. To learn more about each setting and the valid options you can use, check out the next section, Request Settings, where everything is explained clearly.
Example 1: Place a bet on a draw for each game where:
The absolute difference in points between the two teams is 3 or less (no matter if the home team or away team has up to 3 more points).
The odds for a draw at full-time are between 3.0 (2/1) and 5.0 (4/1).
For example, if Arsenal is playing Chelsea and Arsenal has 15 points while Chelsea has 13 points, the difference between the two teams is 2 points. Since this fits our range and is less than or equal to 3, we would place a bet on a draw.
This test uses data from the 21/22 season of the English Premier League.
<league_id>E0</league_id>
<strategy_id>9</strategy_id>
<season>21/22</season>
<selection>draw_with_abs_points_lteq</selection>
<min_odds>3</min_odds>
<max_odds>5</max_odds>
<start_round>6</start_round>
<end_round>38</end_round>
<points_difference>3</points_difference>

Example 1 - how to send the simulation request via email
Example 2: Place a bet on a draw for each game where:
The difference in points between the two teams is exactly 1 (no matter if the home team or away team has 1 more point).
The odds for a draw at full-time are between 3.0 (2/1) and 5.0 (4/1).
For example, if Liverpool is playing Man City and Liverpool has 18 points while City has 19 points, the difference between the two teams is 1 point. Since this fits our criteria and is exactly equal to 1, we would place a bet on a draw.
This test uses data from the 21/22 season of the English Premier League.
<league_id>E0</league_id>
<strategy_id>9</strategy_id>
<season>21/22</season>
<selection>draw_with_abs_points_eq</selection>
<min_odds>3</min_odds>
<max_odds>5</max_odds>
<start_round>6</start_round>
<end_round>38</end_round>
<points_difference>1</points_difference>

Example 2 - how to send the simulation request via email
Example 3: Place a bet on a draw for each game where:
The home team has up to 3 points fewer than the away team, meaning the home team is ranked slightly lower than the away team.
The odds for a draw at full-time are between 3.0 (2/1) and 5.0 (4/1).
For example, if Arsenal is playing Chelsea and Arsenal has 15 points while Chelsea has 17 points, the difference between the two teams is 2 points. Since the home team (Arsenal) has fewer points than the away team (Chelsea), and the difference is 3 points or less, we would place a bet on a draw.
This test uses data from the 21/22 season of the English Premier League.
<league_id>E0</league_id>
<strategy_id>9</strategy_id>
<season>21/22</season>
<selection>draw_with_home_points_lteq_away</selection>
<min_odds>3</min_odds>
<max_odds>5</max_odds>
<start_round>6</start_round>
<end_round>38</end_round>
<points_difference>3</points_difference>

Example 3 - how to send the simulation request via email
⭐️ Request Settings
Parameter | Description | Valid values |
---|---|---|
league_id* | The code of the league you want to test. | E0, E1, E2, E3, EC, SP1 SP2, D1, D2, I1, I2, F1, F2, N1, P1, B1, T1, SC0, SC1, SC2, SC3, G1 |
strategy_id* | The id of the strategy you want to test. | The id for this strategy is: 9 |
season* | The season that you want to test. | 21/22, 22/23, 23/24 |
selection* | The option that you want to bet on for each game. | draw_with_abs_points_lteq, draw_with_abs_points_eq = For each game, bet on a draw if the difference in points between the two teams is exactly equal to the specified draw_with_home_points_lteq_away = For each game, bet on a draw if the home team has fewer points than the away team and the difference in points between the two teams is up to the specified draw_with_away_points_lteq_home = For each game, bet on a draw if the away team has fewer points than the home team and the difference in points between the two teams is up to the specified |
min_odds | The minimum odds for each game. | Any positive decimal or fractional number: |
max_odds | The maximum odds for each game. | Any positive decimal or fractional number: |
start_round | The first round you want to start the simulation from. | Any positive whole number, e.g. 1, 2, 3, etc. |
end_round | The last round you want to test the simulation up to. | Any positive whole number, e.g. 36, 37, 38, etc. |
points_difference | The difference in points between the two teams playing the match. | Any non-negative whole number, e.g. 0, 1, 2, 3, etc. |
bet_slip_mode | Specifies how to place bets on a bet slip. | single, accumulator |
stake | The amount to bet on each bet slip. | Any positive number, e.g. 10, 15.50, etc. |
The fields with * are required, the others are optional and if not specified will use their default values.