check_bet
shallowcom.voxodds/voxodds · Verify this server
THE pre-bet check — run this BEFORE the user places any bet, on any bookmaker. Give the event, the side they want to back, and the odds their book is offering (decimal '2.10', american '+110' or fractional '11/10' all work). Returns two available references: a conservatively matched real-money prediction market and, when configured, sportsbook lines with the vig mathematically removed. It returns an expected-value verdict (EV per 100 staked, break-even odds, Kelly stake) or refuses when the event/side cannot be resolved safely. Pass `your_probability` (0-1) to also log YOUR estimate as an append-only receipt in your public audited Brier record (voxodds.com/forecasters) — requires `forecaster_id`. Verdict is arithmetic, not a model output. Research, not financial advice; betting legality depends on the user's jurisdiction.
1 trials · measured 8 days ago
check_bet scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against com.voxodds/voxodds, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.
Component breakdown
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | not applicable |
Tool details
- Transport
- remote
- Credential class
- open
- Category
- Finance & compliance
- Input schema
- declared
- Output schema
- declared
- Side-effect classification
- unclassified
- Declared input schema
{ "type": "object", "title": "check_betArguments", "required": [ "event", "side" ], "properties": { "side": { "type": "string", "title": "Side" }, "event": { "type": "string", "title": "Event" }, "sport": { "type": "string", "title": "Sport", "default": "upcoming" }, "odds_offered": { "type": "string", "title": "Odds Offered", "default": "" }, "forecaster_id": { "type": "string", "title": "Forecaster Id", "default": "" }, "your_probability": { "type": "number", "title": "Your Probability", "default": 0 } } }
Score history
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | 97.3 | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| reliability | timeout: 1, pass: 19 |
| malformed_input | pass: 4 |
| timeout_honour | pass: 2 |
| cancellation | skipped: 2 |
| concurrency | pass: 20 |
Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.
Embed this score
Available for every tool, scored or not — not a verification perk. Always links back to this page.
[](https://vouch.tools/tools/219953e1-ec9b-493e-9f72-932c170c6d2b)