1. Connect Claude to apinn
pnk_…, from your dashboard). No MCP? The prompt also works by giving Claude HTTP access: base https://api.apinn.io, header X-API-Key.
2. The “dropping odds” prompt
A dropping odd = an outcome whose decimal price drops (shortens) meaningfully over time (e.g. 2.50 → 2.10). Shorter odds = rising implied probability = money coming in on that side. It’s a steam move / sharp-action signal.
Prompt
3. Take it further
A standalone script
Ask Claude: “turn this into a standalone Python script that loops and alerts me (print/Telegram) on every new dropping odd”.
Real-time
For sub‑second, have Claude read the SSE stream
/api/stream instead of polling.