Hi
I have been trying to figure out how to green up a market with more than 1 selection having been bet on. I have managed to totally confuse myself now
Let me give a concrete simple example.
Starting point that we are trying to Green up
For the purpose of this example I have made the back and lay prices the same.
If I work out how to make profit loss the same using a Back bet, I get
Back Bet on SelId = 2 Amount = £2.298
If however I green up using a Lay Bet I got this
Lay Bet on SelId = 1 Amount = £2.20
Greened up to identical values but hugely different from the £3.85 I got from using back bets.
OK, so have I made a stupid calculation error here as instinctively I was expecting Lay and back bets to converge to the same Profit Loss value ?
Can anyone offer any insight into this please ?
I have been trying to figure out how to green up a market with more than 1 selection having been bet on. I have managed to totally confuse myself now
Let me give a concrete simple example.Starting point that we are trying to Green up
Code:
SelId Profit/Loss Back Price Lay Price 1 6.15 4.90 4.90 2 -4.65 4.70 4.70
If I work out how to make profit loss the same using a Back bet, I get
Back Bet on SelId = 2 Amount = £2.298
Code:
SelId Profit/Loss Back Price Lay Price 1 3.85 4.90 4.90 2 3.85 4.70 4.70
Lay Bet on SelId = 1 Amount = £2.20
Code:
SelId Profit/Loss Back Price Lay Price 1 -2.45 4.90 4.90 2 -2.45 4.70 4.70
OK, so have I made a stupid calculation error here as instinctively I was expecting Lay and back bets to converge to the same Profit Loss value ?
Can anyone offer any insight into this please ?


Greening up is over-rated anyway.
Comment