Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.40 KB | None | 0 0
  1. <StrategyConfig Name="AA">
  2.     <MarketRule Name="home team" MarketName="Match Odds" MinMatched="5000">
  3.         <Runner Index="1">
  4.             <Price Type="back" MinOdds="1.60" MaxOdds="2.20" />
  5.         </Runner>
  6.     </MarketRule>
  7.  
  8.     <MarketRule Name="cs" MarketName="Correct Score" MinMatched="5000">
  9.         <Runner Name="2 - 1">
  10.             <Price Type="back" MinOdds="10" MaxOdds="1000" />
  11.         </Runner>
  12.     </MarketRule>
  13. </StrategyConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement