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/2d9837cc-f017-4170-94eb-5203d66d27d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d9837cc-f017-4170-94eb-5203d66d27d1",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "f071cbf7-3ba7-4f9c-bae6-50392044b7fb",
    "completed": true,
    "last_updated": "2022-11-06T16:17:46.632888-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.6,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/f071cbf7-3ba7-4f9c-bae6-50392044b7fb",
    "datetime": "2022-11-05T20:00:00-04:00",
    "cutoff_datetime": "2022-11-05T20:00:00-04:00",
    "name": "Wake Forest v. NC State",
    "bettypes": [
        {
            "id": "9699a605-e666-4bee-aaca-4dfc0d336850",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d9837cc-f017-4170-94eb-5203d66d27d1/?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": "Wake Forest",
                        "amount": 5824.0
                    },
                    {
                        "team": "NC State",
                        "amount": 4176.0
                    }
                ],
                "expected_reward_tokens": 9143.68,
                "profit_sb": 143.68,
                "profit_sb_percentage": 1.6,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4b36d252-8d6a-46f9-9d16-96f36f7b08fd",
                    "gambit_id": "a7aace85-23ae-42f0-adb6-c0291e2b3cff",
                    "last_updated": "2022-11-06T16:17:46.640144-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wake Forest",
                    "reward": "1.57000",
                    "odds": "1.64520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9699a605-e666-4bee-aaca-4dfc0d336850/?format=api"
                },
                {
                    "id": "e39ea71c-15ab-4974-b5d1-29f3de7c5ec2",
                    "gambit_id": "68004121-086c-44ba-9a92-a4cebfdcc36e",
                    "last_updated": "2022-11-06T16:17:46.639036-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC State",
                    "reward": "2.19000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9699a605-e666-4bee-aaca-4dfc0d336850/?format=api"
                }
            ]
        },
        {
            "id": "92b944ff-02c0-4403-b4c7-6bb50f032b88",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d9837cc-f017-4170-94eb-5203d66d27d1/?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": "NC State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Wake Forest",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "96bda287-7e9a-4354-a854-365bb8362ba9",
                    "gambit_id": "127154f4-35c0-4603-9e87-9a60a487909f",
                    "last_updated": "2022-11-06T16:17:46.642370-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b944ff-02c0-4403-b4c7-6bb50f032b88/?format=api"
                },
                {
                    "id": "35353819-fbad-4789-9779-9bed69984d5f",
                    "gambit_id": "2ef68215-571b-411f-a7c1-3f9bbe814158",
                    "last_updated": "2022-11-06T16:17:46.643495-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wake Forest",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b944ff-02c0-4403-b4c7-6bb50f032b88/?format=api"
                }
            ]
        },
        {
            "id": "7d91ae24-8948-4b07-8b2a-600fadfd9a86",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d9837cc-f017-4170-94eb-5203d66d27d1/?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 54",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 54",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fc7cc12e-228e-43b6-b196-8c6215609009",
                    "gambit_id": "b8c062df-41b7-4b80-8545-41c834d38977",
                    "last_updated": "2022-11-06T16:17:46.635611-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 54",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "54.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d91ae24-8948-4b07-8b2a-600fadfd9a86/?format=api"
                },
                {
                    "id": "910b7c28-cde1-4231-8adc-a1368383689f",
                    "gambit_id": "c40bebcd-411e-4666-ab4d-a4c59b1432c1",
                    "last_updated": "2022-11-06T16:17:46.636754-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 54",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "54.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d91ae24-8948-4b07-8b2a-600fadfd9a86/?format=api"
                }
            ]
        }
    ]
}