# GetGameStatsResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pbp** | [**PlayByPlay**](PlayByPlay.md) |  | [optional] [default to undefined]

## Example

```typescript
import { GetGameStatsResponse } from 'kalshi-typescript';

const instance: GetGameStatsResponse = {
    pbp,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
