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/6ec1dabb-a2c9-4a45-8950-beeeef8db1c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ec1dabb-a2c9-4a45-8950-beeeef8db1c9",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "df629bf7-3b36-4932-a726-77854f713987",
    "completed": true,
    "last_updated": "2022-11-14T10:18:35.805421-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.42,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/df629bf7-3b36-4932-a726-77854f713987",
    "datetime": "2022-11-12T12:00:00-05:00",
    "cutoff_datetime": "2022-11-12T12:00:00-05:00",
    "name": "Notre Dame v. Navy",
    "bettypes": [
        {
            "id": "1e463942-8d35-465a-a04b-d5ff69f1f490",
            "match": "https://api-prod.gambitprofit.com/api/matches/6ec1dabb-a2c9-4a45-8950-beeeef8db1c9/?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": "Notre Dame",
                        "amount": 8464.0
                    },
                    {
                        "team": "Navy",
                        "amount": 1536.0
                    }
                ],
                "expected_reward_tokens": 9308.16,
                "profit_sb": 308.16,
                "profit_sb_percentage": 3.42,
                "recommended": true
            },
            "lines": [
                {
                    "id": "81053682-39c5-4d0a-b342-847207fabdde",
                    "gambit_id": "0cac260c-bfb2-4ee1-a4d9-f14759325733",
                    "last_updated": "2022-11-14T10:18:35.813049-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Notre Dame",
                    "reward": "1.10000",
                    "odds": "1.11760",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e463942-8d35-465a-a04b-d5ff69f1f490/?format=api"
                },
                {
                    "id": "637e49c3-c7fe-49bc-913b-ed86d3beecbb",
                    "gambit_id": "619325bc-ad9c-4190-82bd-3997197c3f00",
                    "last_updated": "2022-11-14T10:18:35.811884-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "6.06000",
                    "odds": "6.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e463942-8d35-465a-a04b-d5ff69f1f490/?format=api"
                }
            ]
        },
        {
            "id": "df85a781-cd1d-4dc3-b4a6-25c2b78e9798",
            "match": "https://api-prod.gambitprofit.com/api/matches/6ec1dabb-a2c9-4a45-8950-beeeef8db1c9/?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": "Navy",
                        "amount": 5000.0
                    },
                    {
                        "team": "Notre Dame",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ce729ea2-e376-48d7-aae1-a900308e9dae",
                    "gambit_id": "1e2f1732-240c-4e36-8fbf-171b04fd9df1",
                    "last_updated": "2022-11-14T10:18:35.815321-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df85a781-cd1d-4dc3-b4a6-25c2b78e9798/?format=api"
                },
                {
                    "id": "f6d96e87-d6f5-449d-a864-6117e1b77b1d",
                    "gambit_id": "257f94b0-a731-4e46-95f9-d1df5849d762",
                    "last_updated": "2022-11-14T10:18:35.816424-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Notre Dame",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df85a781-cd1d-4dc3-b4a6-25c2b78e9798/?format=api"
                }
            ]
        },
        {
            "id": "df4c9d12-06c2-44d7-8c2f-441fb9babe23",
            "match": "https://api-prod.gambitprofit.com/api/matches/6ec1dabb-a2c9-4a45-8950-beeeef8db1c9/?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 41",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 41",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b72459f9-c6d1-4cb4-a15c-65f445495057",
                    "gambit_id": "ea0554ad-3869-40ed-8f68-614fe47586ec",
                    "last_updated": "2022-11-14T10:18:35.808324-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 41",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "41.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df4c9d12-06c2-44d7-8c2f-441fb9babe23/?format=api"
                },
                {
                    "id": "6bcf8b51-ef3a-4b32-9d92-69bf05bb3199",
                    "gambit_id": "8649c4a6-6b0e-4198-af94-608751e631d5",
                    "last_updated": "2022-11-14T10:18:35.809596-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 41",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "41.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df4c9d12-06c2-44d7-8c2f-441fb9babe23/?format=api"
                }
            ]
        }
    ]
}