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/f58c8983-b6be-46df-92bf-f9e1b0f301ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f58c8983-b6be-46df-92bf-f9e1b0f301ac",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "4ed9077d-ccb2-42a9-82f0-3a7fae98600a",
    "completed": true,
    "last_updated": "2022-11-14T10:09:03.739594-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.41,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/4ed9077d-ccb2-42a9-82f0-3a7fae98600a",
    "datetime": "2022-11-12T15:30:00-05:00",
    "cutoff_datetime": "2022-11-12T15:30:00-05:00",
    "name": "Alabama v. Mississippi",
    "bettypes": [
        {
            "id": "252ef438-50c0-4acb-854e-a8d5c89e8ee9",
            "match": "https://api-prod.gambitprofit.com/api/matches/f58c8983-b6be-46df-92bf-f9e1b0f301ac/?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": "Alabama",
                        "amount": 7555.0
                    },
                    {
                        "team": "Mississippi",
                        "amount": 2445.0
                    }
                ],
                "expected_reward_tokens": 9217.1,
                "profit_sb": 217.1,
                "profit_sb_percentage": 2.41,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f983e415-d48d-4ba9-9154-da9ee86169cd",
                    "gambit_id": "c2cfec81-f28b-41b9-b772-b066b7f03a90",
                    "last_updated": "2022-11-14T10:09:03.746842-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Alabama",
                    "reward": "1.22000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/252ef438-50c0-4acb-854e-a8d5c89e8ee9/?format=api"
                },
                {
                    "id": "35213091-bdb2-4990-a640-1935931a7b05",
                    "gambit_id": "01f2b267-24b2-41cb-8ff2-7bb324545818",
                    "last_updated": "2022-11-14T10:09:03.745865-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi",
                    "reward": "3.77000",
                    "odds": "4.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/252ef438-50c0-4acb-854e-a8d5c89e8ee9/?format=api"
                }
            ]
        },
        {
            "id": "7e615f8c-788c-4b25-85ee-2e59a587f856",
            "match": "https://api-prod.gambitprofit.com/api/matches/f58c8983-b6be-46df-92bf-f9e1b0f301ac/?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": "Mississippi",
                        "amount": 5000.0
                    },
                    {
                        "team": "Alabama",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "86466542-235a-4353-b978-316f3c835e33",
                    "gambit_id": "394dfc02-b459-43dc-b009-7b48330a7d7f",
                    "last_updated": "2022-11-14T10:09:03.748830-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "11.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e615f8c-788c-4b25-85ee-2e59a587f856/?format=api"
                },
                {
                    "id": "350604e6-744c-4876-ba3d-1e43460c9d42",
                    "gambit_id": "a4b70869-d0b1-40e2-965c-a523d637a3c7",
                    "last_updated": "2022-11-14T10:09:03.749809-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Alabama",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-11.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e615f8c-788c-4b25-85ee-2e59a587f856/?format=api"
                }
            ]
        },
        {
            "id": "cd19acbc-6637-41c1-867f-cb8946037d97",
            "match": "https://api-prod.gambitprofit.com/api/matches/f58c8983-b6be-46df-92bf-f9e1b0f301ac/?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 65.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 65.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f9e00ead-f535-4635-a95c-213f30a05380",
                    "gambit_id": "4ab64839-6941-4ac7-8d4a-7fe73e33aef2",
                    "last_updated": "2022-11-14T10:09:03.742547-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 65.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "65.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd19acbc-6637-41c1-867f-cb8946037d97/?format=api"
                },
                {
                    "id": "62e98703-f840-4b4f-aca5-cd7ae32b6694",
                    "gambit_id": "2a52d823-3da9-4a03-910a-2d0203d46f8c",
                    "last_updated": "2022-11-14T10:09:03.743819-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 65.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "65.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd19acbc-6637-41c1-867f-cb8946037d97/?format=api"
                }
            ]
        }
    ]
}