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/fca01d5a-9656-438d-ad44-30f1ba724b33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fca01d5a-9656-438d-ad44-30f1ba724b33",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "660961db-fd12-45ef-87c6-f915a91a97c1",
    "completed": true,
    "last_updated": "2022-09-03T11:17:09.700680-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.67,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/660961db-fd12-45ef-87c6-f915a91a97c1",
    "datetime": "2022-09-02T20:00:00-04:00",
    "cutoff_datetime": "2022-09-02T20:00:00-04:00",
    "name": "Illinois v. Indiana",
    "bettypes": [
        {
            "id": "56b2943a-70f8-4498-94d6-95f1fbdaaa96",
            "match": "https://api-prod.gambitprofit.com/api/matches/fca01d5a-9656-438d-ad44-30f1ba724b33/?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": "Indiana",
                        "amount": 5109.0
                    },
                    {
                        "team": "Illinois",
                        "amount": 4891.0
                    }
                ],
                "expected_reward_tokens": 9145.11,
                "profit_sb": 145.11,
                "profit_sb_percentage": 1.61,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f8896747-38b1-42da-8562-852533994fd8",
                    "gambit_id": "69a0da89-9ce5-4316-8efd-63b41f955984",
                    "last_updated": "2022-09-03T11:17:09.702389-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "1.79000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56b2943a-70f8-4498-94d6-95f1fbdaaa96/?format=api"
                },
                {
                    "id": "4e0d95b9-8655-4dd7-8cca-11db4821621a",
                    "gambit_id": "93c8aca3-c6bd-46d0-9858-631d7dbb3250",
                    "last_updated": "2022-09-03T11:17:09.702822-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Illinois",
                    "reward": "1.87000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56b2943a-70f8-4498-94d6-95f1fbdaaa96/?format=api"
                }
            ]
        },
        {
            "id": "f91d16f1-0af9-412a-977f-b10d261fe3cc",
            "match": "https://api-prod.gambitprofit.com/api/matches/fca01d5a-9656-438d-ad44-30f1ba724b33/?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": "Indiana",
                        "amount": 5000.0
                    },
                    {
                        "team": "Illinois",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0c5abf25-c066-4036-9d4a-fb58345fc5a3",
                    "gambit_id": "ff385583-0596-4c60-8d73-de2415fc845c",
                    "last_updated": "2022-09-03T11:17:09.703251-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f91d16f1-0af9-412a-977f-b10d261fe3cc/?format=api"
                },
                {
                    "id": "7f1e821a-5379-42b6-9229-80834e99cbf5",
                    "gambit_id": "681039e2-e34c-419c-a235-3dfe05cf46c5",
                    "last_updated": "2022-09-03T11:17:09.703662-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Illinois",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f91d16f1-0af9-412a-977f-b10d261fe3cc/?format=api"
                }
            ]
        }
    ]
}