{{ team.RankType != 'MidTable' ? team.Position : '?' }} |
|
{{ team.WinPositionRange.Minimum }} - {{ team.WinPositionRange.Maximum }}
|
{{ team.WinPositionRange.Minimum }}
|
{{ team.RelegationPositionRange.Minimum }} - {{ team.RelegationPositionRange.Maximum }}
|
{{ team.RelegationPositionRange.Minimum }}
|
{{ team.Name }}
|
{{ team.WinOdds.Back || '-' }} / {{ team.WinOdds.Lay || '-' }}
({{ getChance(team.WinOdds) * 100 | number:1 }}%)
|
{{ team.PromotionOdds.Back || '-' }} / {{ team.PromotionOdds.Lay || '-' }}
({{ getChance(team.PromotionOdds) * 100 | number:1 }}%)
|
{{ team.RelegationOdds.Back || '-' }} / {{ team.RelegationOdds.Lay || '-' }}
({{ getChance(team.RelegationOdds) * 100 | number:1 }}%)
|
{{ team.WinOdds.Mid ? sweepstakeJackpot / team.WinOdds.Mid : 0 | currency:'£':2 }}
|
|