Swaps
Normal Reverse
Placed Race Horse Total Stake Stake Exp. Profit Cashout Profit Stake Exp. Profit Cashout Profit W Profit P Profit L Profit Cashout Profit Original Profit Exp. Profit Profit
Loading...
{{ ::swap.Date | date:'HH:mm' }} {{ ::swap.Race.Date | date:'HH:mm' }} @ {{ ::swap.Race.Country }} {{ ::swap.Race.Venue }} {{ !isoDateIsToday(swap.Race.Date) ? '(' + (swap.Race.Date | date:'dd MMM') + ')' : '' }} {{ ::swap.Horse.Name }} {{ swap.Size | currency:'£':2 }} {{ swap.NormalBet.SignedSizeMatched | currency:'£':2 }} (->{{ swap.NormalBet.SignedSize | currency:'£':2 }}) {{ swap.NormalBet.AverageProfitMatched | currency:'£':2 }} ({{ (swap.NormalBet.AverageProfitMatched / swap.NormalBet.SizeMatched) * 100 | number:1 }}%) {{ swap.NormalBet.CashOutProfit | currency:'£':2 }} ({{ cashoutPct = (swap.NormalBet.CashOutProfit / swap.NormalBet.SizeMatched) * 100 | number:1 }}%) {{ swap.ReverseBet.SignedSizeMatched | currency:'£':2 }} (->{{ swap.ReverseBet.SignedSize | currency:'£':2 }}) {{ swap.ReverseBet.AverageProfitMatched | currency:'£':2 }} ({{ (swap.ReverseBet.AverageProfitMatched / swap.ReverseBet.SizeMatched) * 100 | number:1 }}%) {{ swap.ReverseBet.CashOutProfit | currency:'£':2 }} ({{ cashoutPct = (swap.ReverseBet.CashOutProfit / swap.ReverseBet.SizeMatched) * 100 | number:1 }}%) {{ swap.ProfitIfWin | currency:'£':2 }} {{ swap.ProfitIfPlace | currency:'£':2 }} {{ swap.ProfitIfLose | currency:'£':2 }} {{ swap.CashoutValue | currency:'£':2 }} ({{ cashoutPct = (swap.CashoutValue / swap.Size) * 100 | number:1 }}%) {{ swap.OriginalExpectedProfit | currency:'£':2 }} ({{ (swap.OriginalExpectedProfit / swap.Size) * 100 | number:1 }}%) {{ swap.AverageProfit | currency:'£':2 }} ({{ (swap.AverageProfit / swap.Size) * 100 | number:1 }}%) {{ swap.NetProfit | currency:'£':2 }}
{{ ::bet.Date | date:'HH:mm' }} {{ bet.MarketType[0] }} {{ bet.SignedSizeMatched | currency:'£':2 }} (->{{ bet.SignedSize | currency:'£':2 }}) {{ bet.SignedPotentialReturn - bet.SignedSize | currency:'£':2 }} {{ (bet.MarketType == 'Place' ? bet.SignedPotentialReturn : 0) - bet.SignedSize | currency:'£':2 }} {{ -bet.SignedSize | currency:'£':2 }} {{ bet.CashOutProfit | currency:'£':2 }} ({{ cashoutPct = (bet.CashOutProfit / bet.SizeMatched) * 100 | number:1 }}%) {{ bet.OriginalExpectedProfit | currency:'£':2 }} ({{ (bet.OriginalExpectedProfit / bet.Size) * 100 | number:1 }}%) {{ bet.AverageProfitMatched | currency:'£':2 }} ({{ (bet.AverageProfitMatched / bet.SizeMatched) * 100 | number:1 }}%) {{ bet.NetProfit | currency:'£':2 }}