Breaks Statistics

Represents the break details within advanced statistics for a given tournament.

Properties

breaks Breaks []

Statistics around brakes

"breaksStatistics": {
          "breaks": [
            {
              "playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
              "playerName": "Bob Smith",
              "score": 0,
              "breakSeq": 1,
              "startTimestamp": "2023-04-06T12:39:06.684813Z",
              "endTimestamp": "2023-04-06T12:39:19.517872Z",
              "pottedBalls": {
                "redBalls": 0,
                "blackBalls": 0,
                "pinkBalls": 0,
                "blueBalls": 0,
                "brownBalls": 0,
                "greenBalls": 0,
                "yellowBalls": 0
              },
              "wasReRacked": false
            },
            {
              "playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
              "playerName": "Joe Charles",
              "score": 0,
              "breakSeq": 2,
              "startTimestamp": "2023-04-06T12:39:19.517872Z",
              "endTimestamp": "2023-04-06T12:40:08.621704Z",
              "pottedBalls": {
                "redBalls": 0,
                "blackBalls": 0,
                "pinkBalls": 0,
                "blueBalls": 0,
                "brownBalls": 0,
                "greenBalls": 0,
                "yellowBalls": 0
              },
              "wasReRacked": false
            },
            {
              "playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
              "playerName": "Bob Smith",
              "score": 147,
              "breakSeq": 3,
              "startTimestamp": "2023-04-06T12:40:08.621704Z",
              "endTimestamp": "2023-04-06T12:41:32.278164Z",
              "pottedBalls": {
                "redBalls": 15,
                "blackBalls": 16,
                "pinkBalls": 1,
                "blueBalls": 1,
                "brownBalls": 1,
                "greenBalls": 1,
                "yellowBalls": 1
              },
              "wasReRacked": false
            }
          ]
        }

Last updated