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/f5ec96e1-e140-4e26-914e-a299cf1b6889/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5ec96e1-e140-4e26-914e-a299cf1b6889",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b726b57b-d755-46e6-82a5-4695f140e46c",
    "completed": true,
    "last_updated": "2022-11-14T10:28:55.189618-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.39,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/b726b57b-d755-46e6-82a5-4695f140e46c",
    "datetime": "2022-11-12T12:00:00-05:00",
    "cutoff_datetime": "2022-11-12T12:00:00-05:00",
    "name": "Oklahoma v. West Virginia",
    "bettypes": [
        {
            "id": "8570ddbe-10d7-4986-b5b9-6401e7260066",
            "match": "https://api-prod.gambitprofit.com/api/matches/f5ec96e1-e140-4e26-914e-a299cf1b6889/?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": "Oklahoma",
                        "amount": 7199.0
                    },
                    {
                        "team": "West Virginia",
                        "amount": 2801.0
                    }
                ],
                "expected_reward_tokens": 9214.72,
                "profit_sb": 214.72,
                "profit_sb_percentage": 2.39,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d85ce749-2689-4d38-9aa4-4337381f784f",
                    "gambit_id": "cec8a8f0-9be8-485e-9069-032df354c39c",
                    "last_updated": "2022-11-14T10:28:55.197115-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oklahoma",
                    "reward": "1.28000",
                    "odds": "1.31250",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8570ddbe-10d7-4986-b5b9-6401e7260066/?format=api"
                },
                {
                    "id": "bea05511-08ca-4259-ae3c-cbab480e41ff",
                    "gambit_id": "7696f7b5-b79d-4d07-977f-ab65d9d8e0e2",
                    "last_updated": "2022-11-14T10:28:55.195958-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "West Virginia",
                    "reward": "3.29000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8570ddbe-10d7-4986-b5b9-6401e7260066/?format=api"
                }
            ]
        },
        {
            "id": "8464c9e6-3dee-409f-a7d5-20338f8a58de",
            "match": "https://api-prod.gambitprofit.com/api/matches/f5ec96e1-e140-4e26-914e-a299cf1b6889/?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": "West Virginia",
                        "amount": 5000.0
                    },
                    {
                        "team": "Oklahoma",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c52d351c-7a95-402b-b215-d27e6c403f3f",
                    "gambit_id": "e8b011d5-4470-4d5b-addd-c33ae4c4905b",
                    "last_updated": "2022-11-14T10:28:55.199023-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "West Virginia",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8464c9e6-3dee-409f-a7d5-20338f8a58de/?format=api"
                },
                {
                    "id": "a8ec7951-6e59-4d7f-8ec4-ba0b293b8d64",
                    "gambit_id": "dd272a03-56ec-435b-b821-587a9ad2e4ba",
                    "last_updated": "2022-11-14T10:28:55.199945-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oklahoma",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8464c9e6-3dee-409f-a7d5-20338f8a58de/?format=api"
                }
            ]
        },
        {
            "id": "14eec640-7248-4ff4-ab33-84c11ae54bcd",
            "match": "https://api-prod.gambitprofit.com/api/matches/f5ec96e1-e140-4e26-914e-a299cf1b6889/?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 Under 68.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 68.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1d3758df-b8f3-4a26-aaad-03b3a4fb5938",
                    "gambit_id": "18035b08-7cdf-44e3-88bd-925e2dd1c8f0",
                    "last_updated": "2022-11-14T10:28:55.192489-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 68.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "68.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14eec640-7248-4ff4-ab33-84c11ae54bcd/?format=api"
                },
                {
                    "id": "213bb2f7-b925-4ece-9399-e10843484cba",
                    "gambit_id": "c366d2d1-6892-4e3f-a6d2-e630968656c6",
                    "last_updated": "2022-11-14T10:28:55.193634-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 68.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "68.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14eec640-7248-4ff4-ab33-84c11ae54bcd/?format=api"
                }
            ]
        }
    ]
}