Hole | Wins | Losses | Score | +10 |
---|---|---|---|---|
1 | 41 | 40 | +4 | (+2) |
10 | 39 | 42 | +10 | (E) |
Avg | 40 | 41 | +37 |
Here is the data in a JSON format:
{
"game": [
{
"date": "7/20/10",
"homeTeam": "Angels",
"awayTeam": "Yankees",
"score": "10-2"
},
{
"date": "8/1/10",
"homeTeam": "Rangers",
"awayTeam": "Angels",
"score": "4-1"
},
...
]
}
Note that I removed the unnecessary details and only kept the essential information such as date, home team, away team, score, etc. Let me know if you need any further assistance! Updated: July 18, 2025 at 4:35 AM