{ if (e.deltaY > 0 && rawPoints < 130) { rawPoints += 5; } if (e.deltaY < 0 && rawPoints > -30) { rawPoints -= 5; } }} > {game.TeamA} {game.TeamB}

{pointsTeamA}

{pointsTeamB}