-
Bfexplorer Latest Release
Version 4.11.0214
The cumulative Betfair AI Trading. Install from Bfexplorer Preview version.
Version 4.10.1227
The cumulative updates for net 10. Install from Bfexplorer Preview version.
Version 4.08.1010
The cumulative updates. Install from Bfexplorer ...
14.2.2026 10:41:32
-
Machine Learning vs. AI Agents in Sports Betting: A Paradigm Shift
In a previous post, we talked about how difficult it can be to build a standard Machine Learning (ML) system for Betfair from scratch. It requires a lot of work, including handling data, coding live pipelines, and managing databases. But now, a new method is changing everything: AI Agents using ...
30.1.2026 15:20:00
-
Bets
Hello, I am still using trial version, I have money on my Betfair account and would like to try to stake. However, in practice mode I am able to stake but not in live mode. Account is connected. In left bottom corner shows my cash balance
5.1.2026 9:05:39
Comments ( 63 )
Mir.
I can not move an items (bots) up / down in My Bot window...
(really minor problem, Save and Open bot setting is better then moving...)
Betfair Bot
I will fix it in the next release.
On the other hand as any grid, My Bots views offers grouping or sorting, and searching as well. Just click right mouse button on grid header, and show search or group panel, show column chooser, so you can add hidden Category column and grouped bots by this column, of course if you entered some values for category input box when setting up your bots.
So the Category entry has not the only usage like My Ladder Bot entry for category name.
Mir.
Can you set as default Best Fit (all columns)?
-----------------------------
I and after all you too in your videos this setting repeatedly used
Mir.
I have some issue with PlaceBet bot.
Place bet with this setting - will place bet at the odds when the bot is started, not when criteria are met. In this case: Maximum odds difference
The bot selected Odds (7.2) and after all criteria met, placed bet at this Odds. Not at Odds 6.2 as I expected
Betfair Bot
You did not set the parameter PlaceBetInAllowedOddsRange and Odds is set to 0, what means your bot should place a bet at Odds 0, right?
In such cases bot sets Odds parameter to the current odds depending on the BetType (so Back in your case, and as OfferMyBet was set to True, the Odds was set to current offered lay price) when the bot was executed.
Mir.
Yes, at the current odds!
Not at a time when the criteria are met, but at the time when the robot is started
Mir.
Do you remember your bot in old version BFE which names "PlaceBets bot"?
Betfair Bot
You did not set PlaceBetInAllowedOddsRange parameter, therefore your bet was placed at exact odds, initially set to the Odds I described. If you wanted to place your bet in allowed odds range then why you did not set the parameter: PlaceBetInAllowedOddsRange?
I do not know what is your use case scenario for PlaceBets bot? You can simulate such behavior by using Place Bet bot and Execute on Selections bot.
Mir.
I do not want to place bet at any range...
I want to place a bet: IF maximumOddsDiff is 2 and at this time with PriceImprovement 2
Betfair Bot
It is clear that bot parameters setting have influence on bot behavior when placing bets, and that bet is always placed at some odds (0 is not valid odds), so set PlaceBetInAllowedOddsRange to true, and OddsDifference parameters to required values, then your bot will place a bet when OddsDifference parameters are in preset range. The default value for Odds range is 1.01 to 1000.0, so bet is placed at odds calculated by using the current offered odds, and of course reflecting all other Bet Attributes parameters setting.