### Quick Start: Find Arbitrage Opportunities Source: https://www.oddpool.com/docs This example demonstrates how to use curl to find current arbitrage opportunities with a minimum net profit of 0.5 cents. Replace 'your_api_key' with your actual API key. ```bash curl -H "X-API-Key: your_api_key" \ "https://api.oddpool.com/arbitrage/current?min_net_cents=0.5" ``` -------------------------------- ### Fetch API Base URL Source: https://www.oddpool.com/docs The base URL for all API requests. Ensure you replace 'your_api_key' with your actual API key. ```text https://api.oddpool.com ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.