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/731cb2a6-9589-4bb5-bd10-8e28900f013a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "731cb2a6-9589-4bb5-bd10-8e28900f013a",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "579ea9f0-1645-4d79-9b0c-009971ab119d",
    "completed": true,
    "last_updated": "2022-11-06T08:32:28.883657-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.24,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/579ea9f0-1645-4d79-9b0c-009971ab119d",
    "datetime": "2022-11-05T12:00:00-04:00",
    "cutoff_datetime": "2022-11-05T12:00:00-04:00",
    "name": "Kentucky v. Missouri",
    "bettypes": [
        {
            "id": "2613a74c-59df-48d7-b8d5-f6c958b8e478",
            "match": "https://api-prod.gambitprofit.com/api/matches/731cb2a6-9589-4bb5-bd10-8e28900f013a/?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": "Kentucky",
                        "amount": 5097.0
                    },
                    {
                        "team": "Missouri",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b6db7748-93f7-4700-bf2c-e0bff0425f79",
                    "gambit_id": "1171a501-cf6a-4d31-9eb3-966fd242a5c5",
                    "last_updated": "2022-11-06T08:32:28.889728-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kentucky",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2613a74c-59df-48d7-b8d5-f6c958b8e478/?format=api"
                },
                {
                    "id": "a4f75be8-038e-42dd-9f4d-901582054daa",
                    "gambit_id": "a5a9dbbb-c576-4114-8075-44dcd7d4839d",
                    "last_updated": "2022-11-06T08:32:28.890729-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Missouri",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2613a74c-59df-48d7-b8d5-f6c958b8e478/?format=api"
                }
            ]
        },
        {
            "id": "8c3eb775-44fe-4b7d-807e-40f419d737f4",
            "match": "https://api-prod.gambitprofit.com/api/matches/731cb2a6-9589-4bb5-bd10-8e28900f013a/?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": "Missouri",
                        "amount": 5000.0
                    },
                    {
                        "team": "Kentucky",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6c3045fb-0ae9-4957-b08f-3b4b19bf035a",
                    "gambit_id": "cfd39b7e-ac68-461b-892d-80d98c9d65db",
                    "last_updated": "2022-11-06T08:32:28.892927-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Missouri",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3eb775-44fe-4b7d-807e-40f419d737f4/?format=api"
                },
                {
                    "id": "16df7afe-b96f-4057-8b62-7a54e8a66f49",
                    "gambit_id": "985a91bb-1102-4301-8afc-026fe6d79e20",
                    "last_updated": "2022-11-06T08:32:28.893893-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kentucky",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3eb775-44fe-4b7d-807e-40f419d737f4/?format=api"
                }
            ]
        },
        {
            "id": "e4a2e7b2-5425-4db2-acdb-98a67484491f",
            "match": "https://api-prod.gambitprofit.com/api/matches/731cb2a6-9589-4bb5-bd10-8e28900f013a/?format=api",
            "name": "Over/Under",
            "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": "Game Total Over 40.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 40.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1e6b5886-e97e-492f-bca4-0b82eff0b21f",
                    "gambit_id": "242cc1fc-97c1-4168-94ea-c9e0c62d5723",
                    "last_updated": "2022-11-06T08:32:28.887760-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 40.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "40.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4a2e7b2-5425-4db2-acdb-98a67484491f/?format=api"
                },
                {
                    "id": "f74c82f9-605a-4f3c-b8cb-3521e8ac8473",
                    "gambit_id": "dc812911-a7c6-4cef-918a-2fdede49f330",
                    "last_updated": "2022-11-06T08:32:28.886744-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 40.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "40.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4a2e7b2-5425-4db2-acdb-98a67484491f/?format=api"
                }
            ]
        }
    ]
}