Bot Executor
The Dutch Runners Bot
The Dutch Runners bot places dutch bets on preset number of selection on a market. The parameters you can use are following:
- BetType
- Stake
- MinReturnOnInvestment
- PlaceBetOnProbableWinner
- PlaceBetOnRunner
- PlaceBetOnRunners
You can dutch selected number of runners defining the parameter PlaceBetOnRunners and the dutch bet type by the parameter BetType.
You can dutch favorites or losers by setting the parameter PlaceBetOnProbableWinner to true or to false to dutch losers. By setting the parameter PlaceBetOnRunner you can define from which runner you want to dutch, for instance setting this value to 2 will dutch 3 runners from the 2nd favorite.
You can dutch by required profit setting the parameter MinReturnOnInvestment, or by available stake defining the parameter Stake.
Case study
I want to back dutch with the stake of 100 Euro the first three favorites in the race.
You need to set following parameters:
| Parameter | Value |
|---|---|
| BetType | Back |
| PlaceBetOnProbableWinner | True |
| PlaceBetOnRunner | 1 |
| PlaceBetOnRunners | 3 |
| Stake | 100 |
| MinReturnOnInvestment | 0 |