betting_log_bet
Log Bet
Record a bet you placed (per user) so we can track P&L + CLV over time. Body: {uid, market, selection, odds (American), stake, line?, prop?, team?, game?, book?}. Append-only — this is the evidence base that PROVES edge.
Responses:
200: Successful Response (Success Response) Content-Type: application/json 422: Validation Error Content-Type: application/json
Example Response:
{
"detail": [
{
"loc": [],
"msg": "Message",
"type": "Error Type",
"ctx": {}
}
]
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| book | No | ||
| game | No | ||
| line | No | ||
| odds | Yes | ||
| prop | No | ||
| team | No | ||
| stake | Yes | ||
| market | Yes | ||
| selection | Yes |