# Settlement Messaging

Results are sent for each unique market created

Once a game is complete and settled a Results message will be pushed from the BetBuilder Engine to the operator.

Example JSON:

![](https://2837866369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDF4oq4sQ5SYrGHkgCxd9%2Fuploads%2Fgit-blob-edb3d463783e24bab91dd757e611098dba369761%2Fimage%20\(16\).png?alt=media)

A result is sent for each unique market that was created for the fixture. The Markets key in the Identifier property from the Bet Response message in section 3 of the workflow.

Each market has an overall result and each leg within the market also has a result.

Valid results for a market/leg are:

C#

```
Active = 0,
```

```
PlayerVoid = 1,
```

```
PlayerUndetermined = 2,
```

```
Lose = 3,
```

```
Void = 4,
```

```
Win = 5,
```

```
NotPriced = 6
```
