Hi
Is it possible to place a bet on all horses that have a place market odds of say < 3?. So if I had 3 horses in the place market under the odds of 3 I would like to place a lay bet with the place market odds into the win market for each horse for example
Thanks
Place a Bet Based on The price in another market
Yes, but you'd need individual rules for each row number
ie, place bet on row 1 if less than 3.0
place bet on row 2 if less than 3.0
etc
On each rule you'd then need to store the value using a entered amount, for example you could use an enter amount with represents the row number, so;
for the rule triggering on row 1 store a value of an enter amount of 1 on the event
for the rule triggering on row 1 store a value of an enter amount of 2 on the event
etc
Then on the win market rules file you will also need lay rules for each row number, and for each one a Stored value condition to test the stored value has an enter amount equal to
For example
Place lay bet on row 1, with SV condition the entered amount is equal to 1
Place lay bet on row 2, with SV condition the entered amount is equal to 2
and so on
ie, place bet on row 1 if less than 3.0
place bet on row 2 if less than 3.0
etc
On each rule you'd then need to store the value using a entered amount, for example you could use an enter amount with represents the row number, so;
for the rule triggering on row 1 store a value of an enter amount of 1 on the event
for the rule triggering on row 1 store a value of an enter amount of 2 on the event
etc
Then on the win market rules file you will also need lay rules for each row number, and for each one a Stored value condition to test the stored value has an enter amount equal to
For example
Place lay bet on row 1, with SV condition the entered amount is equal to 1
Place lay bet on row 2, with SV condition the entered amount is equal to 2
and so on
-
- Posts: 96
- Joined: Fri Nov 09, 2018 11:22 am
Thanks .. can I assume the row numbers/horses sequence will match on each market? I assume I can't pass the name and use that as a selection lol
Thx
Thx