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/7f829493-1033-4d54-8345-a5d92c4276ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f829493-1033-4d54-8345-a5d92c4276ab",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "85e45936-9d8b-4b79-ac7d-db42317970b1",
    "completed": true,
    "last_updated": "2022-11-25T09:32:04.040359-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.33,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/85e45936-9d8b-4b79-ac7d-db42317970b1",
    "datetime": "2022-11-24T20:20:00-05:00",
    "cutoff_datetime": "2022-11-24T20:20:00-05:00",
    "name": "New England Patriots v. Minnesota Vikings",
    "bettypes": [
        {
            "id": "d7881f45-b85a-4617-8aef-6a3b397657ee",
            "match": "https://api-prod.gambitprofit.com/api/matches/7f829493-1033-4d54-8345-a5d92c4276ab/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-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": "New England Patriots",
                        "amount": 5097.0
                    },
                    {
                        "team": "Minnesota Vikings",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bdc821dd-100a-4d9a-a638-62a37d1ccd3b",
                    "gambit_id": "c2cec07c-27b9-4594-8e6f-1f209e860c9a",
                    "last_updated": "2022-11-25T09:32:04.043756-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7881f45-b85a-4617-8aef-6a3b397657ee/?format=api"
                },
                {
                    "id": "e1b2ab0c-0fa9-4c7f-b797-7ffd544cdc55",
                    "gambit_id": "34b9be0d-4f56-42bf-a89a-5988f8010698",
                    "last_updated": "2022-11-25T09:32:04.042763-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Vikings",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7881f45-b85a-4617-8aef-6a3b397657ee/?format=api"
                }
            ]
        }
    ]
}