Conditional bet placing depending on other selection odds

Hello. I found that BFexplorer is great tool for betting. I would like to make a bot but I can't make it working. The bot should place the lay on 4th or less favourite if favourite back odds are <=2. Thank you in advance.

You can do so setting the Place bet bot using the Bot criteria editor to add your bot settings to the Bot executor. The following screenshot are just illustrative as your bot settings is different. You want to lay 4thd favorite. 

You will use following parameters:

ParameterValue
BetType Lay
MinOdds 1.01
MaxOdds 1000
AllowPlacingBetInPlay True
AtInPlayKeepBet False
PlaceBetAtOdds False
PlaceBetOnRunner 4
Stake 2.0
StakeIsMyLiability False
StakeIsPercentageOfAvailableBalance False
StartFromTime  
StartFromTimeEnabled True

In your bot setting you can change odds range at which you accept placing your lay bet. You have to realize that bot will evaluate market data from time you execute it manually till your conditions are not fulfilled. If you want to place your lay bet on other selection, for instance 3rd favorite then change the parameter: PlaceBetOnRunner to 3.

You can run this bot automatically on all UK horse racing win markets using the tool: Trade opportunity lookup.


Do you want to comment this article? Sign up here or login.

User Menu