hsh-cricket-chase-winprob
ActiveTool of HSH Data-on-Demand
declared in 1.0.0
Real-time chase win-probability for a T20 run chase, updated per ball. Model AUC 0.88, beats run-rate heuristic by 8.6pts. In-play betting signal. Pay per call via x402.
Parameters schema
{
"type": "object",
"required": [
"balls_bowled",
"wickets",
"cum_runs",
"target"
],
"properties": {
"target": {
"type": "number",
"description": "Target to win (1st innings total + 1)."
},
"wickets": {
"type": "number",
"description": "Wickets lost (0-10)."
},
"cum_runs": {
"type": "number",
"description": "Runs scored so far."
},
"balls_bowled": {
"type": "number",
"description": "Legal balls bowled in the chase (0-120)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
HSH Data-on-Demand
https://github.com/hshintelligence/data-on-demand
2/7 registries