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/e51c8232-db37-4296-8fa4-100dd9fe9945/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e51c8232-db37-4296-8fa4-100dd9fe9945",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ec962d85-5268-4045-a00e-35af66b4d389",
    "completed": true,
    "last_updated": "2022-11-07T09:43:17.861192-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.42,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/ec962d85-5268-4045-a00e-35af66b4d389",
    "datetime": "2022-11-06T20:20:00-05:00",
    "cutoff_datetime": "2022-11-06T20:20:00-05:00",
    "name": "Tennessee Titans v. Kansas City Chiefs",
    "bettypes": [
        {
            "id": "989ec88c-b91e-49c8-8afc-6e088340f82e",
            "match": "https://api-prod.gambitprofit.com/api/matches/e51c8232-db37-4296-8fa4-100dd9fe9945/?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": "Kansas City Chiefs",
                        "amount": 8464.0
                    },
                    {
                        "team": "Tennessee Titans",
                        "amount": 1536.0
                    }
                ],
                "expected_reward_tokens": 9308.16,
                "profit_sb": 308.16,
                "profit_sb_percentage": 3.42,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a800ed20-1952-4b47-8b82-06d42822a180",
                    "gambit_id": "2fe76f36-5f1e-4bf6-b9ce-a5bfcdbf91b0",
                    "last_updated": "2022-11-07T09:43:17.867058-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas City Chiefs",
                    "reward": "1.10000",
                    "odds": "1.11760",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/989ec88c-b91e-49c8-8afc-6e088340f82e/?format=api"
                },
                {
                    "id": "fe276e6c-8b2e-4ab2-b8a9-92c650f8685d",
                    "gambit_id": "cfe2eac7-1d15-44c0-8bd0-f3856dc90aa1",
                    "last_updated": "2022-11-07T09:43:17.868001-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee Titans",
                    "reward": "6.06000",
                    "odds": "6.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/989ec88c-b91e-49c8-8afc-6e088340f82e/?format=api"
                }
            ]
        },
        {
            "id": "f1160e3a-1276-4a44-a718-06194568b04d",
            "match": "https://api-prod.gambitprofit.com/api/matches/e51c8232-db37-4296-8fa4-100dd9fe9945/?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": "Tennessee Titans",
                        "amount": 5097.0
                    },
                    {
                        "team": "Kansas City Chiefs",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "da004d5e-3b6a-4b50-b285-2be7601358ec",
                    "gambit_id": "b608929f-1039-46a3-8acb-ff5f73722527",
                    "last_updated": "2022-11-07T09:43:17.870855-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee Titans",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1160e3a-1276-4a44-a718-06194568b04d/?format=api"
                },
                {
                    "id": "b7201ba7-8502-4f92-a257-5680e84b14a1",
                    "gambit_id": "d78baab2-c2c3-4e62-a5c1-214d511adeac",
                    "last_updated": "2022-11-07T09:43:17.869908-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas City Chiefs",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "-14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1160e3a-1276-4a44-a718-06194568b04d/?format=api"
                }
            ]
        },
        {
            "id": "38854602-230f-4764-8473-586e57352ab0",
            "match": "https://api-prod.gambitprofit.com/api/matches/e51c8232-db37-4296-8fa4-100dd9fe9945/?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 45",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 45",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ce534913-b6b8-455a-b392-7172cb929d84",
                    "gambit_id": "ffb1d9af-306f-4083-8292-63067f1e684a",
                    "last_updated": "2022-11-07T09:43:17.863946-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 45",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38854602-230f-4764-8473-586e57352ab0/?format=api"
                },
                {
                    "id": "a1f9043b-b469-456a-8a14-931a902ea1bd",
                    "gambit_id": "39de100b-66c2-46e9-a768-5bd763b63173",
                    "last_updated": "2022-11-07T09:43:17.865111-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 45",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38854602-230f-4764-8473-586e57352ab0/?format=api"
                }
            ]
        }
    ]
}