hi
simple.
in the amount box put or copy and paste it.
IF(lay_price<4.00,5,IF(AND(lay_price>=4.00,lay_price<6.00),3,IF(AND(lay_price>=6.00,lay_price<=10.00),2,0)))
so if all your other conditions are meet then the bet amount will be according to the odds.
mcbee