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/6f048f9b-486f-4625-a577-b1fa3918ff38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f048f9b-486f-4625-a577-b1fa3918ff38",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3981450b-88d2-4da6-a6b1-6f9df11d71cd",
    "completed": true,
    "last_updated": "2022-11-21T09:43:37.830730-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.18,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/3981450b-88d2-4da6-a6b1-6f9df11d71cd",
    "datetime": "2022-11-19T21:45:00-05:00",
    "cutoff_datetime": "2022-11-19T21:45:00-05:00",
    "name": "San Jose State v. Utah State",
    "bettypes": [
        {
            "id": "431ce01f-9637-483e-8a89-cda6cd61c44b",
            "match": "https://api-prod.gambitprofit.com/api/matches/6f048f9b-486f-4625-a577-b1fa3918ff38/?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": "Utah State",
                        "amount": 5304.0
                    },
                    {
                        "team": "San Jose State",
                        "amount": 4696.0
                    }
                ],
                "expected_reward_tokens": 9016.32,
                "profit_sb": 16.32,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e6fd7311-7e3c-4c07-8c69-8c00a5b60f62",
                    "gambit_id": "a8821935-fbad-4626-bf9f-6154503d69ec",
                    "last_updated": "2022-11-21T09:43:37.837927-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah State",
                    "reward": "1.70000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/431ce01f-9637-483e-8a89-cda6cd61c44b/?format=api"
                },
                {
                    "id": "d5cc382b-76d9-4bb3-9855-1563ce5ebe1f",
                    "gambit_id": "36315530-c98f-40b9-94f0-f49caf561251",
                    "last_updated": "2022-11-21T09:43:37.838893-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Jose State",
                    "reward": "1.92000",
                    "odds": "2.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/431ce01f-9637-483e-8a89-cda6cd61c44b/?format=api"
                }
            ]
        },
        {
            "id": "865bc10a-98fb-49c6-944b-3906fb234644",
            "match": "https://api-prod.gambitprofit.com/api/matches/6f048f9b-486f-4625-a577-b1fa3918ff38/?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": "Utah State",
                        "amount": 5000.0
                    },
                    {
                        "team": "San Jose State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3ec7f0d9-6cf8-4be6-807b-3743f39b450e",
                    "gambit_id": "cdd76f21-025b-430c-aefc-811b656953ec",
                    "last_updated": "2022-11-21T09:43:37.840758-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865bc10a-98fb-49c6-944b-3906fb234644/?format=api"
                },
                {
                    "id": "6141ea8b-20da-405a-99aa-cc0dcb852077",
                    "gambit_id": "44ee8961-43e0-4fc4-84a1-faf6654b9d51",
                    "last_updated": "2022-11-21T09:43:37.841730-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Jose State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865bc10a-98fb-49c6-944b-3906fb234644/?format=api"
                }
            ]
        },
        {
            "id": "b03f506f-9286-4df2-a105-e4a93097e2e4",
            "match": "https://api-prod.gambitprofit.com/api/matches/6f048f9b-486f-4625-a577-b1fa3918ff38/?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 51",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 51",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bf9b7f79-cd24-4e84-adca-1a9133036e72",
                    "gambit_id": "5097ea8e-09b7-4242-b6b9-2c16fa62339a",
                    "last_updated": "2022-11-21T09:43:37.833533-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 51",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "51.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03f506f-9286-4df2-a105-e4a93097e2e4/?format=api"
                },
                {
                    "id": "e6687f59-cddf-4a22-841c-2b534a52d204",
                    "gambit_id": "8c121be5-1ae3-440f-b1bc-957d045f7c57",
                    "last_updated": "2022-11-21T09:43:37.834730-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 51",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "51.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03f506f-9286-4df2-a105-e4a93097e2e4/?format=api"
                }
            ]
        }
    ]
}