Author Topic: Using set 1 winner market to determine end of set in match odds  (Read 2237 times)

Tags:
  • All members
  • Posts: 151
Hi guys

Would anyone have any ideas on how to include a trigger or condition in a trigger that cancels and/or stops a bet being placed in the match odds if the set 1 winner market has been suspended/settled? I want to be able to stop a trigger (actually a range of triggers) firing or cancel an unmatched lay bet at the end of the set and as we know the tennis api isn't included in MF yet so we can't do this just in the match odds market. Thinking outside the box is this possible?

Cheers

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Hi chilli,

You can use the market prefixes, in particular tennis2_ that relates to Set Winner markets. Make sure you have added Set Winner markets along with Match Odds, then in the triggers that need to act only if Set Winner is still In-Play, add the following condition:

and Selection's Trigger Expression tennis2_market_inplay is equal to 1
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 151
Cheers Oxa, sounds just the thing.

If I want a cancel operation to work when the set 1 winner market is NOT in play can I use the same expression but change the equal to 1 to 0?

So cancel all

At Least One Selection's Lay Unmatched is equal or greater than 1
and Selection's Trigger Expression tennis2_market_inplay is equal to 0

What do you think?


  • Administrator
  • Posts: 8821
  • Gender: Female
*
I'd rather go for

At Least One Selection's Lay Unmatched is equal or greater than 1
and Selection's Trigger Expression tennis2_market_inplay is not equal to 1


since it is "NOT in-play" and not "Idle".
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 151
Ok, I'll use your suggestion. Thanks for your help Oxa.

 

Please note, BetFair is seems to be currently OFFLINE