# Enumeration: GamePickResolutionType

GamePickResolutionType defines how a user's prediction was scored after event resolution

## Enumeration Members

### None

> **None**: `0`

Event not yet resolved

***

### Lost

> **Lost**: `2`

Prediction was wrong

***

### PartialWin

> **PartialWin**: `3`

Prediction was partially correct (e.g. correct winner but wrong score)

***

### FullWin

> **FullWin**: `4`

Prediction was fully correct
