# CalcRatingResponse
## Properties
**rating_a_new** | Option<**f32**> | Player A's new rating after the match | [optional]
**drift_a_new** | Option<**f32**> | Player A's new drift after the match | [optional]
**rating_b_new** | Option<**f32**> | Player B's new rating after the match | [optional]
**drift_b_new** | Option<**f32**> | Player B's new drift after the match | [optional]
**win_prob** | Option<**f32**> | Probability that Player A wins the match | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)