The Eleven mode is a continuous scoring system based on the real proximity of your prediction to the final result of the match. Unlike traditional rigid systems, where players who barely miss the exact score receive the same points as those who are completely wrong, Eleven rewards accuracy proportionally, while eliminating the strategic bias towards draws.
How points are calculated in real time
The score starts from a base of 10 points to which a penalty is applied for each goal difference, for the incorrect goal difference (spread) and for the wrong 1X2 sign. If you guess the exact score, you receive an additional bonus of 1 point, reaching the maximum of 11 points. The minimum score is always 0.
Punti = Max(0, 10 - Diff_Gol - 2 × Diff_Scarto - Penalità_Segno + Bonus_Esatto)The initial points bundle assigned to every prediction before calculating goal discrepancies.
If the prediction exactly matches the real result, 1 bonus point is added to reach the maximum of 11 points.
1 point is subtracted for each goal difference between the predicted and real goals (both for the home and away teams).
Double the difference between the predicted goal difference and the real goal difference is subtracted. This penalizes missing the match dynamics.
If you get the final sign wrong (1, X or 2), an asymmetric penalty is applied to prevent draw predictions from having an unfair advantage.
Penalty levels: 0 points for correct outcome; 2 points if one sign is a draw and the other is not; 3 points if you predict a win but the other team wins.
Enter a prediction and a real result to see the detailed points calculation
Real cases taking an initial prediction of 2 - 1 as an example
| Real Result | Sign | Detailed Calculation | Points | Qualitative Evaluation |
|---|---|---|---|---|
| 2 - 1 | 1 | 10 (Base) - 0 (Goals) - 0 (Spread) - 0 (Sign) + 1 (Bonus) | 11 | Perfect (Exact Score) |
| 3 - 2 | 1 | 10 (Base) - 2 (Goals) - 0 (Spread) - 0 (Sign) | 8 | Excellent (same +1 spread, 1 goal error per team) |
| 3 - 1 | 1 | 10 (Base) - 1 (Goals) - 2 (Spread) - 0 (Sign) | 7 | Very good (same direction, 1 goal extra spread) |
| 2 - 2 | X | 10 (Base) - 1 (Goals) - 2 (Spread) - 2 (Penalty) | 5 | Decent (wrong sign but close spread) |
| 1 - 2 | 2 | 10 (Base) - 2 (Goals) - 4 (Spread) - 3 (Penalty) | 1 | Poor (total outcome reversal) |
| 0 - 3 | 2 | 10 (Base) - 4 (Goals) - 8 (Spread) - 3 (Penalty) = -5 (minimum 0) | 0 | Incorrect (no proximity to result) |