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/e71c124b-777c-4cdd-86e2-973d022ddd5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e71c124b-777c-4cdd-86e2-973d022ddd5f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "47b38e82-f51d-4568-a347-20ca19b2cc9d",
    "completed": true,
    "last_updated": "2022-11-14T09:38:42.340392-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.03,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/47b38e82-f51d-4568-a347-20ca19b2cc9d",
    "datetime": "2022-11-12T19:00:00-05:00",
    "cutoff_datetime": "2022-11-12T19:00:00-05:00",
    "name": "Washington v. Oregon",
    "bettypes": [
        {
            "id": "02230631-686a-4b93-9e46-08e84ae4b9a0",
            "match": "https://api-prod.gambitprofit.com/api/matches/e71c124b-777c-4cdd-86e2-973d022ddd5f/?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",
                        "amount": 7727.0
                    },
                    {
                        "team": "Washington",
                        "amount": 2273.0
                    }
                ],
                "expected_reward_tokens": 9272.4,
                "profit_sb": 272.4,
                "profit_sb_percentage": 3.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a42847d4-aefc-417b-875e-6f0f6b575eae",
                    "gambit_id": "19745a95-7d04-471e-820d-e19585160a6b",
                    "last_updated": "2022-11-14T09:38:42.346614-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "1.20000",
                    "odds": "1.22220",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02230631-686a-4b93-9e46-08e84ae4b9a0/?format=api"
                },
                {
                    "id": "af0b0c0a-f1a6-431b-a99c-1b2712635a4a",
                    "gambit_id": "46010f14-d4aa-4eba-9e5e-26b7e9a6d5c4",
                    "last_updated": "2022-11-14T09:38:42.347715-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington",
                    "reward": "4.08000",
                    "odds": "4.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02230631-686a-4b93-9e46-08e84ae4b9a0/?format=api"
                }
            ]
        },
        {
            "id": "5e247c26-4dd5-4191-9ca4-ff2933a99014",
            "match": "https://api-prod.gambitprofit.com/api/matches/e71c124b-777c-4cdd-86e2-973d022ddd5f/?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",
                        "amount": 5000.0
                    },
                    {
                        "team": "Washington",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1f28ab8f-8c14-4a46-8c1d-6fd2ea595613",
                    "gambit_id": "38037811-b23e-4613-a814-ef5b50d4bfcb",
                    "last_updated": "2022-11-14T09:38:42.350017-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e247c26-4dd5-4191-9ca4-ff2933a99014/?format=api"
                },
                {
                    "id": "1e82dab5-8f6f-46e1-884d-3b938a9d801c",
                    "gambit_id": "e5629f39-61df-439b-8be1-943d0f2af519",
                    "last_updated": "2022-11-14T09:38:42.351089-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e247c26-4dd5-4191-9ca4-ff2933a99014/?format=api"
                }
            ]
        },
        {
            "id": "503ae4d1-2ed8-4885-9d55-ab9e0d203be2",
            "match": "https://api-prod.gambitprofit.com/api/matches/e71c124b-777c-4cdd-86e2-973d022ddd5f/?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 73.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 73.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8c684f3d-eb20-426e-be9d-e73e9e6a6497",
                    "gambit_id": "f23b0f1c-4984-41be-b8e6-aceecb598c34",
                    "last_updated": "2022-11-14T09:38:42.343205-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 73.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "73.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/503ae4d1-2ed8-4885-9d55-ab9e0d203be2/?format=api"
                },
                {
                    "id": "49f4c3d8-d96b-443f-8ef4-ed024db13a52",
                    "gambit_id": "6db2980c-ec90-48a3-b6e3-70f44ec3433c",
                    "last_updated": "2022-11-14T09:38:42.344373-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 73.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "73.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/503ae4d1-2ed8-4885-9d55-ab9e0d203be2/?format=api"
                }
            ]
        }
    ]
}