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/42e716c0-1ecf-465c-a87c-6c37fc08e839/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42e716c0-1ecf-465c-a87c-6c37fc08e839",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "593cb761-949b-4014-bbbb-896c704bc22b",
    "completed": true,
    "last_updated": "2022-12-01T16:12:23.034682-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.31,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/593cb761-949b-4014-bbbb-896c704bc22b",
    "datetime": "2022-11-30T21:10:00-05:00",
    "cutoff_datetime": "2022-11-30T21:10:00-05:00",
    "name": "Los Angeles Clippers v. Utah Jazz",
    "bettypes": [
        {
            "id": "495b94cc-c051-4b15-96a2-43b0690625e9",
            "match": "https://api-prod.gambitprofit.com/api/matches/42e716c0-1ecf-465c-a87c-6c37fc08e839/?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": "Utah Jazz",
                        "amount": 7029.0
                    },
                    {
                        "team": "Los Angeles Clippers",
                        "amount": 2971.0
                    }
                ],
                "expected_reward_tokens": 9207.99,
                "profit_sb": 207.99,
                "profit_sb_percentage": 2.31,
                "recommended": true
            },
            "lines": [
                {
                    "id": "eaf5878e-d1bb-40b2-882c-76c042ca32e5",
                    "gambit_id": "b51a99cf-ddcc-4262-9646-487fcc643f13",
                    "last_updated": "2022-12-01T16:12:23.049674-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah Jazz",
                    "reward": "1.31000",
                    "odds": "1.35710",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/495b94cc-c051-4b15-96a2-43b0690625e9/?format=api"
                },
                {
                    "id": "515c6e14-67db-42ac-bf0e-8bcb8e962626",
                    "gambit_id": "6a140b53-003a-46f7-9810-54eface51552",
                    "last_updated": "2022-12-01T16:12:23.050845-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Clippers",
                    "reward": "3.10000",
                    "odds": "3.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/495b94cc-c051-4b15-96a2-43b0690625e9/?format=api"
                }
            ]
        },
        {
            "id": "8b20abc6-94a0-4de8-bce6-c56f14d115b9",
            "match": "https://api-prod.gambitprofit.com/api/matches/42e716c0-1ecf-465c-a87c-6c37fc08e839/?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": "Los Angeles Clippers",
                        "amount": 5000.0
                    },
                    {
                        "team": "Utah Jazz",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1b880cbd-40d1-4ba7-917c-4017f737fd1e",
                    "gambit_id": "b71020e1-db8e-4e95-bf04-dbb0eea2ee41",
                    "last_updated": "2022-12-01T16:12:23.044807-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Clippers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b20abc6-94a0-4de8-bce6-c56f14d115b9/?format=api"
                },
                {
                    "id": "0b518cf2-8651-42f8-8961-3a642a6f99f1",
                    "gambit_id": "4cd62b62-e087-4ce8-8dc6-5e50ec9340f9",
                    "last_updated": "2022-12-01T16:12:23.041442-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah Jazz",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b20abc6-94a0-4de8-bce6-c56f14d115b9/?format=api"
                }
            ]
        },
        {
            "id": "466d764e-e37b-4d7c-846e-25204661a036",
            "match": "https://api-prod.gambitprofit.com/api/matches/42e716c0-1ecf-465c-a87c-6c37fc08e839/?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 223",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 223",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "97a157f9-c929-4f11-8692-d2acdc0d76fe",
                    "gambit_id": "056b0848-4fa8-4112-8cbe-91d6c94bf4b4",
                    "last_updated": "2022-12-01T16:12:23.037715-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 223",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "223.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/466d764e-e37b-4d7c-846e-25204661a036/?format=api"
                },
                {
                    "id": "49ac9793-993b-451d-aee2-751bf821fe14",
                    "gambit_id": "decd4b84-11a2-416e-8519-9732ccc029a7",
                    "last_updated": "2022-12-01T16:12:23.039005-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 223",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "223.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/466d764e-e37b-4d7c-846e-25204661a036/?format=api"
                }
            ]
        }
    ]
}