Forum

General discussion about Bf Bot Manager v3 software for Betfair, Betdaq and Matchbook betting exchanges
#20827
I was wondering if it would be possible to build a bot that does the following -

IF current score is 2-0 AND current Home team odds are 1.06 or higher, place a BACK bet on HOME team of $100.
AND if current odds for correct score of 2-2 are 26.00 or greater, place a BACK bet of $5.

I don't want any bets placed unless BOTH of the above conditions are satisfied.

Also, I was wondering if it is possible to also build a bot that does the following -

IF current score is 2-0 AND current Home team odds are 1.15 or higher, place a BACK bet on HOME team of $100.
AND if current odds for correct score 2-2, 2-3 and 3-3 are each priced at odds of 26.00 or higher, place a BACK bet on each for $5.

I think i know how to do the first condition (placing a back bet on home team only when a current score condition is met), but don't know how to add the second condition of placing back bets on correct score market only if the first condition is also met?

I am currently using a bot that backs the Home team only from a certain time in-play and only if a certain score line is met, but am getting wiped out from late goals that take the match to a 2-2 draw.
#20829
Create strategy to Back home team at Match odds market and use "Market conditions->Football - Bet when score" rule to check if score is 2:0. To check odds of score 2-2 use "Selection conditions->Bet if specified market selection is in price range" and check odds of 11th "runner by position", that is score 2:2.

In same way for other selections create separate strategy for each market type and use rule "Selection conditions->Bet if specified market selection is in price range" to check price of selection on some other market e.g. correct score if your strategy is betting on match odds market.

Each strategy should bet only one one market type e.g. match odds.

If correct score strategy depends on bet on match odds market then use "Market conditions->Only if specified strategy has bets" to check if match odds strategy has Matched bets on same Event. That way correct score strategy will only bet on events where your match odds strategy has already placed bet.

Please test this in simulation mode!