{{ teams[match.home_team]?.name || match.home_team }}
vs
{{ teams[match.away_team]?.name || match.away_team }}
{{ formatDateTime(match.match_date, match.match_time, userTimezone) }}
Your Prediction
{{ match.predictions.find(p => p.user_id === user.id)?.home }}
-
{{ match.predictions.find(p => p.user_id === user.id)?.away }}
Your Prediction
No prediction yet
Live Score
{{ match.final_score.home || 0 }}
-
{{ match.final_score.away || 0 }}
Final Score
{{ match.final_score.home }}
-
{{ match.final_score.away }}
{{ index + 1 }}
{{ player.username }}
{{ player.predictionPoints }}
points
{{ player.upvotePoints }}
upvotes