# Remaining Ball Statistics

## Properties

<table><thead><tr><th width="207">Property</th><th width="212">Type</th><th>Description</th></tr></thead><tbody><tr><td>possiblePoints</td><td>Integer</td><td>possiblePoints</td></tr><tr><td>remainingBalls</td><td><a data-mention href="../live-objects/remaining-balls">remaining-balls</a></td><td>Advanced stats for remaining balls</td></tr><tr><td>nextExpectedBall</td><td>String</td><td>nextExpectedBall</td></tr></tbody></table>

{% code title="JSON Response" %}

```json
{
   "possiblePoints": 43,
   "remainingBalls": {
      "redBalls": 2,
      "blueBalls": 1,
      "pinkBalls": 1,
      "blackBalls": 1,
      "brownBalls": 1,
      "greenBalls": 1,
      "yellowBalls": 1
    },
    "nextExpectedBall": "RedBall"
}
```

{% endcode %}
