{
"colTeamName": "string",
"colTeamLogo": "string",
"colTeamId": 0,
"rowTeamName": "string",
"rowTeamLogo": "string",
"rowTeamId": 0,
"playersA": [
{
"playerId": 0,
"playerName": "string",
"playerLogo": "string",
"playerScore": 0
}
],
"playersB": [
{
"playerId": 0,
"playerName": "string",
"playerLogo": "string",
"playerScore": 0
}
],
"scoresA": [
[
0
]
],
"scoresB": [
[
0
]
]
}