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/b63d950d-f46e-4659-9add-01a953222c36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b63d950d-f46e-4659-9add-01a953222c36",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a9c8835c-4953-446a-8239-e293bae8a99d",
    "completed": true,
    "last_updated": "2022-09-02T09:22:18.186449-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.24,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a9c8835c-4953-446a-8239-e293bae8a99d",
    "datetime": "2022-09-01T20:00:00-04:00",
    "cutoff_datetime": "2022-09-01T20:00:00-04:00",
    "name": "Penn State v. Purdue",
    "bettypes": [
        {
            "id": "9d5f1614-8990-40da-ac7d-2839fb8c0701",
            "match": "https://api-prod.gambitprofit.com/api/matches/b63d950d-f46e-4659-9add-01a953222c36/?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": "Penn State",
                        "amount": 5995.0
                    },
                    {
                        "team": "Purdue",
                        "amount": 4005.0
                    }
                ],
                "expected_reward_tokens": 9291.6,
                "profit_sb": 291.6,
                "profit_sb_percentage": 3.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a61b78ae-6171-432e-8d8e-2e26efcd996b",
                    "gambit_id": "3bd51428-2fbf-44a4-b501-ad224c839be0",
                    "last_updated": "2022-09-02T09:22:18.189044-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.55000",
                    "odds": "1.60610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5f1614-8990-40da-ac7d-2839fb8c0701/?format=api"
                },
                {
                    "id": "7043083e-279c-4264-8df8-576f53907d1b",
                    "gambit_id": "4cdc7d35-66e0-4888-8df0-ee73ce3df4d7",
                    "last_updated": "2022-09-02T09:22:18.188571-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "2.32000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5f1614-8990-40da-ac7d-2839fb8c0701/?format=api"
                }
            ]
        },
        {
            "id": "ac19e210-6301-4077-b9c1-497b1312f122",
            "match": "https://api-prod.gambitprofit.com/api/matches/b63d950d-f46e-4659-9add-01a953222c36/?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": "Purdue",
                        "amount": 5000.0
                    },
                    {
                        "team": "Penn State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "be4a45f8-6183-436b-8384-ff2eaf76299f",
                    "gambit_id": "c7c55f17-0549-4100-951f-3c76604456f1",
                    "last_updated": "2022-09-02T09:22:18.189524-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac19e210-6301-4077-b9c1-497b1312f122/?format=api"
                },
                {
                    "id": "4de7e6eb-fdad-44b5-9a0c-a45aed6c5ae7",
                    "gambit_id": "963346c9-6846-41f1-8188-6bcfe5a458c2",
                    "last_updated": "2022-09-02T09:22:18.190050-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac19e210-6301-4077-b9c1-497b1312f122/?format=api"
                }
            ]
        },
        {
            "id": "db996cfc-a4f1-4aa7-89ba-ec7b4efac388",
            "match": "https://api-prod.gambitprofit.com/api/matches/b63d950d-f46e-4659-9add-01a953222c36/?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 53.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 53.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "58b5f754-b85f-4651-bb5e-aa56218ce652",
                    "gambit_id": "57f64fd2-f541-4f83-b91b-72c155cf7def",
                    "last_updated": "2022-09-02T09:22:18.187575-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 53.5",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db996cfc-a4f1-4aa7-89ba-ec7b4efac388/?format=api"
                },
                {
                    "id": "4f824a01-bc7f-4b41-8e10-bd4f430b5988",
                    "gambit_id": "b84a1323-16f4-4871-9925-b1129aec894f",
                    "last_updated": "2022-09-02T09:22:18.188094-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 53.5",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db996cfc-a4f1-4aa7-89ba-ec7b4efac388/?format=api"
                }
            ]
        }
    ]
}