kelly_record
Record a bet result (win or loss) and receive the next recommended bet amount using the Kelly Criterion. Ensures optimal stake sizing for subsequent bets.
Instructions
Record a bet result (win or loss) and get the next recommended bet amount
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The result of the bet | |
| actualPayout | No | Optional actual payout amount (defaults to bet × payoutOdds) |