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/72d58d65-b69d-447d-94d7-f5165c79bc7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72d58d65-b69d-447d-94d7-f5165c79bc7f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e01aaa23-411f-45ad-b620-8292b67bdee6",
    "completed": true,
    "last_updated": "2022-11-06T16:08:20.404276-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.35,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/e01aaa23-411f-45ad-b620-8292b67bdee6",
    "datetime": "2022-11-05T19:00:00-04:00",
    "cutoff_datetime": "2022-11-05T19:00:00-04:00",
    "name": "Texas v. Kansas State",
    "bettypes": [
        {
            "id": "30d07eda-fe9e-4a9b-8428-e5f257abc519",
            "match": "https://api-prod.gambitprofit.com/api/matches/72d58d65-b69d-447d-94d7-f5165c79bc7f/?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": "Texas",
                        "amount": 5737.0
                    },
                    {
                        "team": "Kansas State",
                        "amount": 4263.0
                    }
                ],
                "expected_reward_tokens": 9121.83,
                "profit_sb": 121.83,
                "profit_sb_percentage": 1.35,
                "recommended": true
            },
            "lines": [
                {
                    "id": "73116547-87b1-4a13-afb6-82438784d29e",
                    "gambit_id": "6d7e89a8-001a-49b9-9d28-a6d686cd64c3",
                    "last_updated": "2022-11-06T16:08:20.410448-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas",
                    "reward": "1.59000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30d07eda-fe9e-4a9b-8428-e5f257abc519/?format=api"
                },
                {
                    "id": "559af3e2-fd77-4544-a747-8e6ed7a275de",
                    "gambit_id": "3fff5c21-f1e3-405d-b684-7db585d5712a",
                    "last_updated": "2022-11-06T16:08:20.411429-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "2.14000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30d07eda-fe9e-4a9b-8428-e5f257abc519/?format=api"
                }
            ]
        },
        {
            "id": "b8c2edbf-5460-4e26-818c-c41530dd0252",
            "match": "https://api-prod.gambitprofit.com/api/matches/72d58d65-b69d-447d-94d7-f5165c79bc7f/?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": "Texas",
                        "amount": 5000.0
                    },
                    {
                        "team": "Kansas State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9c4053e7-b1d0-4166-b703-3790590da3ef",
                    "gambit_id": "d5b69bd6-a3f8-44fd-9d69-ec4b5663842f",
                    "last_updated": "2022-11-06T16:08:20.413398-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c2edbf-5460-4e26-818c-c41530dd0252/?format=api"
                },
                {
                    "id": "758bf351-62fe-4224-88e0-207dbc19d240",
                    "gambit_id": "82cfa218-9bfb-4649-aac3-02ad31203015",
                    "last_updated": "2022-11-06T16:08:20.414444-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c2edbf-5460-4e26-818c-c41530dd0252/?format=api"
                }
            ]
        },
        {
            "id": "59246c2a-33ea-4adb-a305-57d13d562c58",
            "match": "https://api-prod.gambitprofit.com/api/matches/72d58d65-b69d-447d-94d7-f5165c79bc7f/?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 Over 54.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 54.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c7559c96-49a4-4605-9e1a-5e8c1d83eaf7",
                    "gambit_id": "a3f40ca1-54db-4ff5-a8b7-962eab4dcb36",
                    "last_updated": "2022-11-06T16:08:20.408427-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 54.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "54.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59246c2a-33ea-4adb-a305-57d13d562c58/?format=api"
                },
                {
                    "id": "821ebddc-233d-49e6-b0b0-bdc408d945d7",
                    "gambit_id": "f592028a-66e8-4de3-a65f-e6598479846a",
                    "last_updated": "2022-11-06T16:08:20.407234-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 54.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "54.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59246c2a-33ea-4adb-a305-57d13d562c58/?format=api"
                }
            ]
        }
    ]
}