{{ activeMatch.league || 'Футбол' }}
{{ activeMatch.title }}
Бюджет: ${{ activeMatch.budget }}
1H Under 0.5
29–34¢ ({{ activeMath.avgUnder >= 29 && activeMath.avgUnder <= 34.2 ? '✓' : '✕' }})
¢
Объем (Бюджет):
{{ Math.round(activeMath.underShares) }} sh • ${{ activeMath.underCost.toFixed(2) }}
FT Over 1.5
66–74¢ ({{ activeMath.avgOver >= 66 && activeMath.avgOver <= 74.2 ? '✓' : '✕' }})
¢
Объем (Авто 100% БУ):
{{ Math.round(activeMath.overShares) }} sh • ${{ activeMath.overCost.toFixed(2) }}
{{ activeMath.verdict.icon }}
{{ activeMath.verdict.title }}
K: {{ activeMath.kcov.toFixed(3) }}
Банк
${{ activeMath.totalBank.toFixed(2) }}
Запас HT
{{ activeMath.bufferHT >= 0 ? '+$' : '-$' }}{{ Math.abs(activeMath.bufferHT).toFixed(2) }}
Факт PnL
{{ activeMath.pnl >= 0 ? '+$' : '-$' }}{{ Math.abs(activeMath.pnl).toFixed(2) }}
3. ВЫХОД
Продажа и фиксация
{{ activeMath.pnl >= 0 ? '+$' : '-$' }}{{ Math.abs(activeMath.pnl).toFixed(2) }} ({{ activeMath.roi >= 0 ? '+' : '' }}{{ activeMath.roi.toFixed(1) }}%)
$0.00
1H Under:
¢
Выплата: ${{ activeMath.payoutU.toFixed(2) }}
FT Over:
¢
Выплата: ${{ activeMath.payoutO.toFixed(2) }}