Pos Player Team Age {{ stat.toUpperCase() }}
Totals {{ totalStat(stat, pos) }}
Percent to Goal {{ ['era', 'whip'].indexOf(stat) > -1 ? Math.round((winningNumbers[stat] / totalStat(stat, pos)) * 100) + '%' : Math.round((totalStat(stat, pos) / winningNumbers[stat]) * 100) + '%' }}
Pace Per Player {{ ['ave', 'era', 'whip'].indexOf(stat) > -1 ? '-' : paceValue(stat, pos) + '%' }}
Target Batter {{ targetValue(stat, pos) }}
position filter
{{ stat }}
{{ slot.toLowerCase() }}
Draft Player Pos Team Age {{ stat.toUpperCase() }} SGPs
{{ player.name }} {{ players[player.player_id].espn_positions }} {{ players[player.player_id].team_id }} {{ players[player.player_id].age }} {{ player[stat] }} {{ player.sgp?.toFixed(2) }}