{{ index + 1 }}
{{ entry.team.name }}
{{ getClinchCode(entry.stats) }}
|
{{ getStatValue(entry.stats, 'wins') }} |
{{ getStatValue(entry.stats, 'losses') }} |
{{ getStatValue(entry.stats, 'gamesBehind') }} |
{{ getStatValue(entry.stats, 'winPercent') }} |
{{ getStatValue(entry.stats, 'Home') }} |
{{ getStatValue(entry.stats, 'Road') }} |
{{ getStatValue(entry.stats, 'vs. Div.') }} |
{{ getStatValue(entry.stats, 'vs. Conf.') }} |
{{ getStatValue(entry.stats, 'avgPointsFor') }} |
{{ getStatValue(entry.stats, 'avgPointsAgainst') }} |
{{ getStatValue(entry.stats, 'differential') }} |
{{ getStatValue(entry.stats, 'streak') }} |
{{ getStatValue(entry.stats, 'Last Ten Games') }} |