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/2d7c6c67-c7f2-49fd-9651-35acc97d3ba9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d7c6c67-c7f2-49fd-9651-35acc97d3ba9",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3af85648-7299-4bb1-8995-c648f5e5c8f1",
    "completed": true,
    "last_updated": "2022-09-24T11:41:58.708729-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 4.29,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/3af85648-7299-4bb1-8995-c648f5e5c8f1",
    "datetime": "2022-09-23T20:00:00-04:00",
    "cutoff_datetime": "2022-09-23T20:00:00-04:00",
    "name": "Nevada v. Air Force",
    "bettypes": [
        {
            "id": "0c680888-38db-4258-92df-f56a43e51154",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d7c6c67-c7f2-49fd-9651-35acc97d3ba9/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Air Force",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10300.0,
                "profit_sb": 1300.0,
                "profit_sb_percentage": 14.44,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Air Force",
                        "amount": 9117.0
                    },
                    {
                        "team": "Nevada",
                        "amount": 883.0
                    }
                ],
                "expected_reward_tokens": 9386.29,
                "profit_sb": 386.29,
                "profit_sb_percentage": 4.29,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ef4fd020-575e-4b82-a72c-cc5fe158f3c6",
                    "gambit_id": "52e29d6e-a994-4ab1-8ebe-fc6a48cf99d6",
                    "last_updated": "2022-09-24T11:41:58.714640-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Air Force",
                    "reward": "1.03000",
                    "odds": "1.03330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c680888-38db-4258-92df-f56a43e51154/?format=api"
                },
                {
                    "id": "91a4ccfe-5d10-4fcd-bd57-dab2a13f2aeb",
                    "gambit_id": "9b4d8afe-13e3-413e-ba5e-b2a5a86c63db",
                    "last_updated": "2022-09-24T11:41:58.715610-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nevada",
                    "reward": "10.63000",
                    "odds": "12.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c680888-38db-4258-92df-f56a43e51154/?format=api"
                }
            ]
        },
        {
            "id": "c6034e79-1103-4702-a846-60a80f1f78de",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d7c6c67-c7f2-49fd-9651-35acc97d3ba9/?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": "Air Force",
                        "amount": 5097.0
                    },
                    {
                        "team": "Nevada",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "39b50243-ad9f-4050-8e10-3499f9fe67de",
                    "gambit_id": "664c4dfd-b6f9-4064-bca4-b47ee2d5d9f2",
                    "last_updated": "2022-09-24T11:41:58.717513-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Air Force",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "-24.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6034e79-1103-4702-a846-60a80f1f78de/?format=api"
                },
                {
                    "id": "c393a99b-921f-4043-bdad-56b6da9fb91d",
                    "gambit_id": "29b6327a-17cc-4613-82f8-cd360a3f9ad5",
                    "last_updated": "2022-09-24T11:41:58.718555-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nevada",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "24.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6034e79-1103-4702-a846-60a80f1f78de/?format=api"
                }
            ]
        },
        {
            "id": "9154468f-430d-4819-a12b-31833451de1d",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d7c6c67-c7f2-49fd-9651-35acc97d3ba9/?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 46.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 46.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7ef82201-b0d0-46fc-9ed7-32c1e73852d7",
                    "gambit_id": "b648e69b-97b4-4e8f-a416-ec0465755e08",
                    "last_updated": "2022-09-24T11:41:58.711670-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 46.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "46.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9154468f-430d-4819-a12b-31833451de1d/?format=api"
                },
                {
                    "id": "dcacf39f-b4f9-43ad-ad0d-17b17e240530",
                    "gambit_id": "8495722c-e7eb-4702-aee7-d0f51fb2507a",
                    "last_updated": "2022-09-24T11:41:58.712701-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 46.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "46.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9154468f-430d-4819-a12b-31833451de1d/?format=api"
                }
            ]
        }
    ]
}