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/be113001-b3fd-40da-8feb-91bd1314d56c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be113001-b3fd-40da-8feb-91bd1314d56c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3f172b91-48c6-4ca8-908a-231347fccecc",
    "completed": true,
    "last_updated": "2022-10-31T12:07:11.947437-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.33,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/3f172b91-48c6-4ca8-908a-231347fccecc",
    "datetime": "2022-10-30T18:10:00-04:00",
    "cutoff_datetime": "2022-10-30T18:10:00-04:00",
    "name": "Golden State Warriors v. Detroit Pistons",
    "bettypes": [
        {
            "id": "1f673cba-03c7-48ef-b23d-f30facbbcb15",
            "match": "https://api-prod.gambitprofit.com/api/matches/be113001-b3fd-40da-8feb-91bd1314d56c/?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": "Golden State Warriors",
                        "amount": 7221.0
                    },
                    {
                        "team": "Detroit Pistons",
                        "amount": 2779.0
                    }
                ],
                "expected_reward_tokens": 9531.72,
                "profit_sb": 31.72,
                "profit_sb_percentage": 0.33,
                "recommended": true
            },
            "lines": [
                {
                    "id": "78faee61-bb8c-46f0-9fd5-3071ba686939",
                    "gambit_id": "37c6a525-f5d4-4002-817b-6f5227744ec1",
                    "last_updated": "2022-10-31T12:07:11.957080-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Golden State Warriors",
                    "reward": "1.32000",
                    "odds": "1.33330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f673cba-03c7-48ef-b23d-f30facbbcb15/?format=api"
                },
                {
                    "id": "0f114f10-fef8-4305-8115-c962465caab3",
                    "gambit_id": "e23031fd-7812-4923-9a4d-15bde36523da",
                    "last_updated": "2022-10-31T12:07:11.956123-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Pistons",
                    "reward": "3.43000",
                    "odds": "3.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f673cba-03c7-48ef-b23d-f30facbbcb15/?format=api"
                }
            ]
        },
        {
            "id": "cf60c9d8-72e7-4011-9c82-8de5afe38e6a",
            "match": "https://api-prod.gambitprofit.com/api/matches/be113001-b3fd-40da-8feb-91bd1314d56c/?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": "Detroit Pistons",
                        "amount": 5000.0
                    },
                    {
                        "team": "Golden State Warriors",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "445b0bc5-e99b-4dae-b91c-122a256cecbb",
                    "gambit_id": "f3dde968-c123-4a8a-a52c-0043cee351a5",
                    "last_updated": "2022-10-31T12:07:11.953294-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Pistons",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf60c9d8-72e7-4011-9c82-8de5afe38e6a/?format=api"
                },
                {
                    "id": "60917194-90e0-4fbc-96f5-62a34827535b",
                    "gambit_id": "6fa794f5-b857-428e-8c7a-523f113d6289",
                    "last_updated": "2022-10-31T12:07:11.954233-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Golden State Warriors",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf60c9d8-72e7-4011-9c82-8de5afe38e6a/?format=api"
                }
            ]
        },
        {
            "id": "bf8721f9-cc64-4120-bdb6-41a1e24e0035",
            "match": "https://api-prod.gambitprofit.com/api/matches/be113001-b3fd-40da-8feb-91bd1314d56c/?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 Over 231.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 231.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "35926584-e470-47b3-b333-0cc2932f055f",
                    "gambit_id": "ad2d84a5-95bf-4337-b47e-8081ac0ecc76",
                    "last_updated": "2022-10-31T12:07:11.951366-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 231.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "231.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf8721f9-cc64-4120-bdb6-41a1e24e0035/?format=api"
                },
                {
                    "id": "2031b603-2ef3-4725-ad72-bd0cb394a5a9",
                    "gambit_id": "526b15c8-4d8a-4962-ab5a-ce2b753bc2d6",
                    "last_updated": "2022-10-31T12:07:11.950252-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 231.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "231.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf8721f9-cc64-4120-bdb6-41a1e24e0035/?format=api"
                }
            ]
        }
    ]
}