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/a3a26956-cdd7-49c7-8d49-878933bc8022/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3a26956-cdd7-49c7-8d49-878933bc8022",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "43de5807-1762-4a53-8bc3-e816176eb2ca",
    "completed": true,
    "last_updated": "2022-11-14T09:29:11.093881-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.61,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/43de5807-1762-4a53-8bc3-e816176eb2ca",
    "datetime": "2022-11-12T21:00:00-05:00",
    "cutoff_datetime": "2022-11-12T21:00:00-05:00",
    "name": "California v. Oregon State",
    "bettypes": [
        {
            "id": "306da69b-6687-4de3-921a-a2ae340eb253",
            "match": "https://api-prod.gambitprofit.com/api/matches/a3a26956-cdd7-49c7-8d49-878933bc8022/?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": "Oregon State",
                        "amount": 7632.0
                    },
                    {
                        "team": "California",
                        "amount": 2368.0
                    }
                ],
                "expected_reward_tokens": 9234.72,
                "profit_sb": 234.72,
                "profit_sb_percentage": 2.61,
                "recommended": true
            },
            "lines": [
                {
                    "id": "10093905-afb8-4bda-9239-5e1d272b0fba",
                    "gambit_id": "89c4be49-f0c1-4ed7-8558-30f4f756d59b",
                    "last_updated": "2022-11-14T09:29:11.099406-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon State",
                    "reward": "1.21000",
                    "odds": "1.23810",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306da69b-6687-4de3-921a-a2ae340eb253/?format=api"
                },
                {
                    "id": "c374f388-6b93-4eaa-929d-da089dbbbfcd",
                    "gambit_id": "2a66e2b6-c98a-43d4-b356-f30ceee64456",
                    "last_updated": "2022-11-14T09:29:11.100353-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "California",
                    "reward": "3.90000",
                    "odds": "4.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306da69b-6687-4de3-921a-a2ae340eb253/?format=api"
                }
            ]
        },
        {
            "id": "58d9dd9f-e51c-4f98-b180-a34b7964453d",
            "match": "https://api-prod.gambitprofit.com/api/matches/a3a26956-cdd7-49c7-8d49-878933bc8022/?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": "Oregon State",
                        "amount": 5000.0
                    },
                    {
                        "team": "California",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bd4e1720-b4d1-4068-81e4-9b2b1a8ad0dd",
                    "gambit_id": "a528368e-6c7c-4c36-9318-76721322fd27",
                    "last_updated": "2022-11-14T09:29:11.102329-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-11.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d9dd9f-e51c-4f98-b180-a34b7964453d/?format=api"
                },
                {
                    "id": "46c1066f-5bc7-4e71-8cd3-b4c9a9b6bc5e",
                    "gambit_id": "1114cdc9-7f15-4f11-8c6d-5d52388328dd",
                    "last_updated": "2022-11-14T09:29:11.103283-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "California",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "11.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d9dd9f-e51c-4f98-b180-a34b7964453d/?format=api"
                }
            ]
        },
        {
            "id": "e69b757b-82ee-4171-b8f3-c2a3f146fe80",
            "match": "https://api-prod.gambitprofit.com/api/matches/a3a26956-cdd7-49c7-8d49-878933bc8022/?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 47",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 47",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1868bf12-4edf-4dda-ab35-0a49d6633b4a",
                    "gambit_id": "16e881ae-80b0-4639-8441-c214e96afdb6",
                    "last_updated": "2022-11-14T09:29:11.097480-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 47",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "47.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69b757b-82ee-4171-b8f3-c2a3f146fe80/?format=api"
                },
                {
                    "id": "dc1412ec-983e-4137-a32f-d969c66332f7",
                    "gambit_id": "c030e2c3-5bdd-44c4-844d-d59d16160c78",
                    "last_updated": "2022-11-14T09:29:11.096503-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 47",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "47.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69b757b-82ee-4171-b8f3-c2a3f146fe80/?format=api"
                }
            ]
        }
    ]
}