Pages:
Actions
  • #1 by hoodlikt on 06 Feb 2024
  • Hello, I'm sure there's an example trigger for this but I can't find it.
    I'm backing in the match odds - home, based on index 1 but I want to delete / deactivate the match odds market if the overs for the same match is not above a specified price. On a Saturday afternoon I am wanting to do this for multiple matches at once (all kicking off at the same time)
    Is this something that is easy to do?

    Many thanks
  • #2 by MarkV on 06 Feb 2024
  • Hi
    Yes should be straightforward.

    If deleting all markets of same football match:

    DELETE EVENT
    Conditions:
    Markets betting code is Over/Under (Soccer) x.5
    and selections index is equal to 2
    and selections back price is less than x

    If deleting Match Odds and retaining other markets:

    DELETE MARKET
    Conditions:
    Markets betting code is Match Odds (Soccer & Tennis) or Moneyline (Basketball)
    and selections trigger expression football8_s_2_back_price is less than x   <------- football8_ is cross-market prefix for OU2.5. use which prefix you need

    and another idea for deleting markets Point 3 here

    please test in test mode
Pages:
Actions