Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/938eb805-9b3b-4859-85f0-bf96c9974e01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "938eb805-9b3b-4859-85f0-bf96c9974e01",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c3a3baa2-7fc7-4086-82d7-152c51bc7d3f",
    "completed": true,
    "last_updated": "2023-01-08T10:16:59.741470-05:00",
    "created_at": "2023-01-05T09:57:11.327244-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.11,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/c3a3baa2-7fc7-4086-82d7-152c51bc7d3f",
    "datetime": "2023-01-07T16:30:00-05:00",
    "cutoff_datetime": "2023-01-07T16:30:00-05:00",
    "name": "Kansas City Chiefs v. Las Vegas Raiders",
    "bettypes": [
        {
            "id": "8bde0b6f-054e-4ed9-9de8-2bcc7fb8888b",
            "match": "https://api-prod.gambitprofit.com/api/matches/938eb805-9b3b-4859-85f0-bf96c9974e01/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-01-05T09:57:11.329246-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Kansas City Chiefs",
                        "amount": 5000.0
                    },
                    {
                        "team": "Las Vegas Raiders",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 8900.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.11,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e8eb13c9-5547-44ac-b531-51973ac08f6c",
                    "gambit_id": "5b8cbde0-a42a-4ec8-ae4a-4364c414172d",
                    "last_updated": "2023-01-08T10:16:59.745069-05:00",
                    "created_at": "2023-01-05T09:57:11.332171-05:00",
                    "name": "Kansas City Chiefs",
                    "reward": "1.78000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bde0b6f-054e-4ed9-9de8-2bcc7fb8888b/?format=api"
                },
                {
                    "id": "ad916248-ce53-45cc-9b42-44d3522d49ce",
                    "gambit_id": "02d0bca4-254a-45cd-83ad-33e6fc6e6abe",
                    "last_updated": "2023-01-08T10:16:59.743969-05:00",
                    "created_at": "2023-01-05T09:57:11.330803-05:00",
                    "name": "Las Vegas Raiders",
                    "reward": "1.78000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bde0b6f-054e-4ed9-9de8-2bcc7fb8888b/?format=api"
                }
            ]
        }
    ]
}