Hello,
I have a strategy of backing over 1.5 goals once the +1.5 goals reaches the back odds of 1.5. I have two exit conditions, if nil-nil and 70 minutes I exit the bet on a loss. If there is a goal before 70 minutes I stay in the bet until 85 minutes, at which point I will exit the bet.
I've been doing this manually on my phone, but I was hoping I could set this up on Bet Angel. From what I've seen on the forum, I think the following is requires:
1. Set up a basic Place Back Bet rule type, fixed price in parameters set at 1.5
2. I also need to set up signals from the correct scores market to notify my bet if the score is still nil-nil at 70 mins, and to say if there are still less than two goals at 85mins.
Is that correct?
I'd appreciate if I could be directed to any code that would help with the signals.
I also hoped that I could set the time condition by match clock - in that the software would know its 85minutes gone. But it seems i have to set the clock time for it, so basically a 3pm kick off would be 85 mins at 4:40 (assuming no stoppage time in first half and 15 minute half time break). So I can't set anything up that is overly precise, but should be able to get close to the game time clock.
Any advice on this would be really appreciated.
Thanks!
Over 1.5 goals: odds and time triggers
- jamesedwards
- Posts: 4621
- Joined: Wed Nov 21, 2018 6:16 pm
You need to use stored values as your signal, as stored values can be set at 'event level' which you need to communicate across markets.theprizelamb wrote: ↑Sun Oct 19, 2025 2:38 amHello,
I have a strategy of backing over 1.5 goals once the +1.5 goals reaches the back odds of 1.5. I have two exit conditions, if nil-nil and 70 minutes I exit the bet on a loss. If there is a goal before 70 minutes I stay in the bet until 85 minutes, at which point I will exit the bet.
I've been doing this manually on my phone, but I was hoping I could set this up on Bet Angel. From what I've seen on the forum, I think the following is requires:
1. Set up a basic Place Back Bet rule type, fixed price in parameters set at 1.5
2. I also need to set up signals from the correct scores market to notify my bet if the score is still nil-nil at 70 mins, and to say if there are still less than two goals at 85mins.
Is that correct?
I'd appreciate if I could be directed to any code that would help with the signals.
I also hoped that I could set the time condition by match clock - in that the software would know its 85minutes gone. But it seems i have to set the clock time for it, so basically a 3pm kick off would be 85 mins at 4:40 (assuming no stoppage time in first half and 15 minute half time break). So I can't set anything up that is overly precise, but should be able to get close to the game time clock.
Any advice on this would be really appreciated.
Thanks!
I would use the over/under 0.5 goals market to test the score as this will be more reliable. ie if the over/under 0.5 goals market is open then assume 0-0, if closed then assume 1-0 or 0-1.
Yes you are correct there is no game time variable to call upon, so you need to use 'event start time' or 'in-play time'. Personally I use 'in-play time' and assume 62 mins as the approx start time of the second half.