Simulation For Betting On Favourites Or Underdogs

Strategy ID: 1

💡 Strategy

This strategy lets you test what would happen if you bet on the full-time result (like win, draw, or lose) for favourites or underdogs. 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 the favourite to win each game, but only when they are playing at home, and their odds to win are between 1.2 (1/5) and 1.5 (1/2). This test uses data from the 21/22 season of the Spanish La Liga.

  <league_id>SP1</league_id>
  <strategy_id>1</strategy_id>
  <season>21/22</season>
  <selection>favourite_to_win</selection>
  <min_odds>1.2</min_odds>
  <max_odds>1.5</max_odds>
  <type_of_games>home</type_of_games>

Example 1 - how to send the simulation request via email

Example 2: Place a bet on the favourite to draw in each game, whether they're playing at home or away, as long as their odds to win are between 2.2 (6/5) and 2.5 (3/2). This test uses data from the 22/23 season of the English Premier League.

  <league_id>E0</league_id>
  <strategy_id>1</strategy_id>
  <season>22/23</season>
  <selection>favourite_to_draw</selection>
  <min_odds>2.2</min_odds>
  <max_odds>2.5</max_odds>
  <type_of_games>both</type_of_games>

Example 2 - how to send the simulation request via email

Example 3: Place a bet on the underdog to win each game, but only when they're playing away, and their odds to win are between 6.0 (5/1) and 8.0 (7/1). This test uses data from the 22/23 season of the German Bundesliga.

  <league_id>D1</league_id>
  <strategy_id>1</strategy_id>
  <season>22/23</season>
  <selection>underdog_to_win</selection>
  <min_odds>6.0</min_odds>
  <max_odds>8.0</max_odds>
  <type_of_games>away</type_of_games>

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

Code to meaning:
E0 = English Premier League,
E1 = English Championship,
E2 = English League 1,
E3 = English League 2, EC = English Conference,
SP1 = Spanish La Liga, SP2 = Spanish Segunda Division
D1 = German Bundesliga,
D2 = German Bundesliga 2
I1 = Italian Serie A,
I2 = Italian Serie B,
F1 = French Ligue 1,
F2 = French Ligue 2, N1 = Dutch Eredivisie, P1 = Portuguese Primeira Liga,
B1 = Belgian Jupiler League,
T1 = Turkish Super Lig, SC0 = Scottish Premier League,
SC1 = Scottish Championship,
SC2 = Scottish League 1,
SC3 = Scottish League 2,
G1 = Greek Super League

strategy_id*

The id of the strategy you want to test.

The id for this strategy is: 1

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.

favourite_to_win, favourite_to_lose, favourite_to_draw, underdog_to_win, underdog_to_lose, underdog_to_draw

Selection to meaning:
favourite_to_win = For each game bet on the favourite in the game (the team with the shorter odds) to win

favourite_to_lose = For each game bet on the favourite in the game (the team with the shorter odds) to lose

favourite_to_draw = For each game bet on the favourite in the game (the team with the shorter odds) to pick up a draw

underdog_to_win = For each game bet on the underdog in the game (the team with the larger odds) to win

underdog_to_lose = For each game bet on the underdog in the game (the team with the larger odds) to lose
underdog_to_draw = For each game bet on the underdog in the game (the team with the larger odds) to pick up a draw

min_odds

The minimum odds for each game.

Any positive decimal or fractional number:
e.g. 1.2, 2.4, 4/5, 1/1, etc.

max_odds

The maximum odds for each game.

Any positive decimal or fractional number:
e.g. 1.2, 2.4, 4/5, 1/1, etc.

type_of_games

The location where the team is playing their games. This lets you filter for home games or away games only.

home, away, both.
Default is both

start_round

The first round you want to start the simulation from.

Any positive whole number, e.g. 1, 2, 3, etc.
Default is 1

end_round

The last round you want to test the simulation up to.

Any positive whole number, e.g. 36, 37, 38, etc.
Default is the last round for the league, e.g. for Premier League it is 38

bet_slip_mode

Specifies how to place bets on a bet slip.

single, accumulator
The default is single, which places each game in a separate bet slip. If you choose accumulator, all games for a given round will be placed in one bet slip.

stake

The amount to bet on each bet slip.

Any positive number, e.g. 10, 15.50, etc.
Default is 10

The fields with * are required, the others are optional and if not specified will use their default values.