check_bet

shallow

com.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.

100.0/100

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

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%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

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-2497.3deepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
reliabilitytimeout: 1, pass: 19
malformed_inputpass: 4
timeout_honourpass: 2
cancellationskipped: 2
concurrencypass: 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.

Vouch score: check_bet
[![Vouch score](https://vouch.tools/api/tools/219953e1-ec9b-493e-9f72-932c170c6d2b/badge.svg)](https://vouch.tools/tools/219953e1-ec9b-493e-9f72-932c170c6d2b)
check_bet — Vouch