Combo Edge Verdict
combo_edgeGrade a same-game combo (parlay-style multi-leg position) on a prediction market against its fair value. Given each leg price in cents and your correlation-aware estimate of the true joint win probability, returns the fair-value ODDS BAND to grade a quote against. Pass offeredOdds — the price your platform actually quotes for the combo (Kalshi combo RFQ or an SGP product) — to get the expected-value %, a negative-correlation-trap flag, and a 7-tier verdict (SMASH / PLAY / LEAN / RISK / NO_VALUE / PASS / RUN). Without offeredOdds it returns fair value + band only (no verdict) — never grade EV off the product of the leg prices, which no venue pays. Use for "is this combo worth it", "grade my parlay quote", "same-game combo value". OR pass nflGame (AWAY-HOME — abbrevs, nicknames or full names all work: "NYG-LAR", "Giants vs Rams"; a reversed pair is read correctly) and we do the hard part for you: that game's real Kalshi legs, moneyline, spreads, the game-total ladder and PLAYER PROPS, both sides of every contract. Call it with nflGame alone to list the legs and their ids, then again with legIds to have us compute the correlation-aware joint ourselves — no estimate needed from you. Game legs are priced against a market-anchored fair line (edge = fair − market; the raw model is shown beside it). A prop is priced conditional on the game script — pace (the total) and flow (the margin) — inside the same model as the game legs, so four unders that all need a low-scoring game are priced as the correlated slip they are instead of being multiplied. From the PredictionMarketsPicks desk, which publishes a settled per-engine record — every signal graded against the market that priced it, wins and losses both: predictionmarketspicks.com/track-record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| legIds | No | 2–6 leg ids from a previous nflGame call. We compute the correlation-aware joint for exactly these legs. | |
| nflGame | No | An NFL game on the live board, as "AWAY-HOME" (e.g. "NYG-LAR"). Alone: lists that game's selectable legs with their ids. With legIds: prices that exact combo. | |
| legPrices | No | Each leg's YES price in cents (1–99). Used only for the theoretical assemble ceiling. Omit when using nflGame + legIds — we read the real prices. | |
| offeredOdds | No | The combo price your platform actually quotes — American odds (e.g. -150, 988) or a decimal payout multiplier (e.g. 10.7). Grades EV + verdict against fair value. Omit to get fair value + band only. | |
| offeredAmerican | No | Alias for offeredOdds (the response reports the quote as offered_american, so this name is accepted on input too). American odds or a decimal multiplier, same parsing. If both are given, offeredOdds wins. | |
| trueWinProbability | No | Your correlation-aware estimate of the true joint probability all legs hit, in % (0–100). Omit when using nflGame + legIds — we compute it from the scoreline model. |