Head to Head

Summary

{{ teamName(filters.team_a) }} vs {{ teamName(filters.team_b) }}

Loading...
{{ summary.highest_score?.score }}
{{ summary.lowest_score?.score }}
{{ summary.highest_score_against?.score }}
{{ summary.lowest_score_against?.score }}
{{ summary.biggest_win?.margin < 0 ? 'No wins' : summary.biggest_win?.margin }}
{{ summary.biggest_loss?.margin < 0 ? 'No losses' : summary.biggest_loss?.margin }}
Loading...

Select at least the first team above to display head to head stats.

{{ stat.attributes.source_team.country.name }} v {{ stat.attributes.compare_team.country.name }}

{{ stat.attributes.source_team.name + ' v ' + stat.attributes.compare_team.name }}

Played {{ stat.attributes.played }}
Wins {{ stat.attributes.wins }}
Losses {{ stat.attributes.losses }}
Draws {{ stat.attributes.draws }}
Biggest Win {{ stat.attributes.biggest_win }} {{ stat.attributes.biggest_win_matches.map(match => formatDate(match.date)).join(' | ') }}
Biggest Loss {{ stat.attributes.biggest_loss }} {{ stat.attributes.biggest_loss_matches.map(match => formatDate(match.date)).join(' | ') }}
Highest Score {{ stat.attributes.a_highest_score }} {{ stat.attributes.a_highest_score_matches.map(match => formatDate(match.date)).join(' | ') }}
Highest Score Against {{ stat.attributes.b_highest_score }} {{ stat.attributes.b_highest_score_matches.map(match => formatDate(match.date)).join(' | ') }}
Lowest Score {{ stat.attributes.a_lowest_score }} {{ stat.attributes.a_lowest_score_matches.map(match => formatDate(match.date)).join(' | ') }}
Lowest Score Against {{ stat.attributes.b_lowest_score }} {{ stat.attributes.b_lowest_score_matches.map(match => formatDate(match.date)).join(' | ') }}