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/a32f39bc-afe0-4e06-95ed-6a3d470f2d88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a32f39bc-afe0-4e06-95ed-6a3d470f2d88",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ff545933-9578-4fc5-9b33-c1143dc0575c",
    "completed": true,
    "last_updated": "2022-09-03T11:17:09.403289-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.32,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/ff545933-9578-4fc5-9b33-c1143dc0575c",
    "datetime": "2022-09-02T19:30:00-04:00",
    "cutoff_datetime": "2022-09-02T19:30:00-04:00",
    "name": "Temple v. Duke",
    "bettypes": [
        {
            "id": "91b4ef4e-4573-47bd-88e4-40b2db59b7ca",
            "match": "https://api-prod.gambitprofit.com/api/matches/a32f39bc-afe0-4e06-95ed-6a3d470f2d88/?format=api",
            "name": "Pick the Winner",
            "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": "Duke",
                        "amount": 7380.0
                    },
                    {
                        "team": "Temple",
                        "amount": 2620.0
                    }
                ],
                "expected_reward_tokens": 9298.8,
                "profit_sb": 298.8,
                "profit_sb_percentage": 3.32,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0592e682-884f-4348-973a-2b8ce43b367c",
                    "gambit_id": "f9e6ccbc-152c-4ca8-bbaa-4f64a534b755",
                    "last_updated": "2022-09-03T11:17:09.405013-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "1.26000",
                    "odds": "1.28570",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b4ef4e-4573-47bd-88e4-40b2db59b7ca/?format=api"
                },
                {
                    "id": "8759b5fc-4de0-446c-8e99-db63286146fb",
                    "gambit_id": "36d09e7e-2d39-4595-b1e1-aef1f53eeb96",
                    "last_updated": "2022-09-03T11:17:09.405460-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "3.55000",
                    "odds": "3.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b4ef4e-4573-47bd-88e4-40b2db59b7ca/?format=api"
                }
            ]
        },
        {
            "id": "8dd217c3-da7d-4a7b-9543-a494630280f4",
            "match": "https://api-prod.gambitprofit.com/api/matches/a32f39bc-afe0-4e06-95ed-6a3d470f2d88/?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": "Temple",
                        "amount": 5000.0
                    },
                    {
                        "team": "Duke",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "30456dd3-5305-4440-8631-7d258d95a372",
                    "gambit_id": "78e43da5-0f09-4328-b862-b4ea525db559",
                    "last_updated": "2022-09-03T11:17:09.406286-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dd217c3-da7d-4a7b-9543-a494630280f4/?format=api"
                },
                {
                    "id": "3ee55d16-2aaf-4399-9dbf-d7eb622e125c",
                    "gambit_id": "f99f8a9f-8451-4af3-bb54-29f85cef3364",
                    "last_updated": "2022-09-03T11:17:09.405880-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dd217c3-da7d-4a7b-9543-a494630280f4/?format=api"
                }
            ]
        }
    ]
}