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/5528e5ec-7688-4c55-bbb3-9d43158395b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5528e5ec-7688-4c55-bbb3-9d43158395b8",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e3d89d80-7f0c-47a2-8a41-64b453369170",
    "completed": true,
    "last_updated": "2022-10-23T13:01:55.506681-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.05,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/e3d89d80-7f0c-47a2-8a41-64b453369170",
    "datetime": "2022-10-22T15:30:00-04:00",
    "cutoff_datetime": "2022-10-22T15:30:00-04:00",
    "name": "Mississippi v. LSU",
    "bettypes": [
        {
            "id": "ae5bb600-b501-4da5-a338-56225e0424ff",
            "match": "https://api-prod.gambitprofit.com/api/matches/5528e5ec-7688-4c55-bbb3-9d43158395b8/?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": "LSU",
                        "amount": 5106.0
                    },
                    {
                        "team": "Mississippi",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "889be283-b35c-460c-a5f2-f31537cd5ae4",
                    "gambit_id": "6fb8a6c1-a441-42f6-8031-7326bc23cd9e",
                    "last_updated": "2022-10-23T13:01:55.512633-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LSU",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae5bb600-b501-4da5-a338-56225e0424ff/?format=api"
                },
                {
                    "id": "5a3e7956-9dc8-42b2-a1f2-c04ab789e7c7",
                    "gambit_id": "d0342cd2-469d-4dcb-9303-3e8f5ae99b5c",
                    "last_updated": "2022-10-23T13:01:55.513614-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae5bb600-b501-4da5-a338-56225e0424ff/?format=api"
                }
            ]
        },
        {
            "id": "30ce2aa5-8be0-49f8-9340-c9f72b803499",
            "match": "https://api-prod.gambitprofit.com/api/matches/5528e5ec-7688-4c55-bbb3-9d43158395b8/?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": 5106.0
                    },
                    {
                        "team": "LSU",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f88aa0cc-d17e-45ad-867a-780a0b64eedb",
                    "gambit_id": "5a67e403-1e48-4be3-a2cc-7a606eb6594f",
                    "last_updated": "2022-10-23T13:01:55.516529-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ce2aa5-8be0-49f8-9340-c9f72b803499/?format=api"
                },
                {
                    "id": "ba29a28b-7a77-4a37-b875-111d91808449",
                    "gambit_id": "2abe69ea-e96b-4dcc-a570-e1b779984724",
                    "last_updated": "2022-10-23T13:01:55.515552-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LSU",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "-1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ce2aa5-8be0-49f8-9340-c9f72b803499/?format=api"
                }
            ]
        },
        {
            "id": "3b946c81-134c-427f-9d87-85e2859545ef",
            "match": "https://api-prod.gambitprofit.com/api/matches/5528e5ec-7688-4c55-bbb3-9d43158395b8/?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",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 65",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "86f32f86-c785-4cde-9fb0-f9fa7bbc420f",
                    "gambit_id": "1c01fa03-c7f2-4b49-b249-b40d76323fd0",
                    "last_updated": "2022-10-23T13:01:55.509573-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 65",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "65.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b946c81-134c-427f-9d87-85e2859545ef/?format=api"
                },
                {
                    "id": "e1c3e8fd-7206-4fc9-ba76-172ef036b7c6",
                    "gambit_id": "ef14f9ef-de2d-49b9-ae5e-088293089c05",
                    "last_updated": "2022-10-23T13:01:55.510667-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 65",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "65.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b946c81-134c-427f-9d87-85e2859545ef/?format=api"
                }
            ]
        }
    ]
}