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/b735ce64-cf01-4212-abeb-11385ff06aa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b735ce64-cf01-4212-abeb-11385ff06aa1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b4a0ea7d-5f15-4cab-9e25-b63cd69ee5be",
    "completed": true,
    "last_updated": "2023-10-02T21:08:11.251462-04:00",
    "created_at": "2023-09-28T10:08:15.227298-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.41,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/b4a0ea7d-5f15-4cab-9e25-b63cd69ee5be",
    "datetime": "2023-10-01T13:00:00-04:00",
    "cutoff_datetime": "2023-10-01T13:00:00-04:00",
    "name": "Washington Commanders v. Philadelphia Eagles",
    "bettypes": [
        {
            "id": "d0797834-46b8-4385-827e-9e8543c30023",
            "match": "https://api-prod.gambitprofit.com/api/matches/b735ce64-cf01-4212-abeb-11385ff06aa1/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-28T10:08:15.232630-04: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": "Philadelphia Eagles",
                        "amount": 7820.0
                    },
                    {
                        "team": "Washington Commanders",
                        "amount": 2180.0
                    }
                ],
                "expected_reward_tokens": 9461.2,
                "profit_sb": -38.8,
                "profit_sb_percentage": -0.41,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0f57c9b4-5bdf-4154-93de-af1dc318d894",
                    "gambit_id": "def798fe-1f63-421d-951f-050668133290",
                    "last_updated": "2023-10-02T21:08:11.263366-04:00",
                    "created_at": "2023-09-28T10:08:15.240328-04:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.21000",
                    "odds": "1.22220",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0797834-46b8-4385-827e-9e8543c30023/?format=api"
                },
                {
                    "id": "f5370bda-bd6f-40d3-931f-d704ca91012a",
                    "gambit_id": "f116cfba-c9be-4e08-bb62-a09236f22a53",
                    "last_updated": "2023-10-02T21:08:11.259851-04:00",
                    "created_at": "2023-09-28T10:08:15.236563-04:00",
                    "name": "Washington Commanders",
                    "reward": "4.34000",
                    "odds": "4.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0797834-46b8-4385-827e-9e8543c30023/?format=api"
                }
            ]
        },
        {
            "id": "f6b8c2bc-53da-4a6a-810f-549105287ad9",
            "match": "https://api-prod.gambitprofit.com/api/matches/b735ce64-cf01-4212-abeb-11385ff06aa1/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-28T10:08:15.244811-04: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": "Washington Commanders",
                        "amount": 5107.0
                    },
                    {
                        "team": "Philadelphia Eagles",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "741cc3e3-574d-45d5-826a-b5fca8b1710d",
                    "gambit_id": "c848791c-2263-472c-a48c-39d91d6a38da",
                    "last_updated": "2023-10-02T21:08:11.269786-04:00",
                    "created_at": "2023-09-28T10:08:15.248585-04:00",
                    "name": "Washington Commanders",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6b8c2bc-53da-4a6a-810f-549105287ad9/?format=api"
                },
                {
                    "id": "b25eddb1-23ac-4fc9-944b-7266c28bc64d",
                    "gambit_id": "74e189e8-912d-476e-907d-98789fb5c6ad",
                    "last_updated": "2023-10-02T21:08:11.273678-04:00",
                    "created_at": "2023-09-28T10:08:15.253469-04:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "-9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6b8c2bc-53da-4a6a-810f-549105287ad9/?format=api"
                }
            ]
        },
        {
            "id": "f00423af-2e8f-47f1-a047-54a83d55b291",
            "match": "https://api-prod.gambitprofit.com/api/matches/b735ce64-cf01-4212-abeb-11385ff06aa1/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-28T10:08:15.258430-04: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 43",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 43",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "91eb02ae-b2e5-4b70-ad4c-61e0c705f44c",
                    "gambit_id": "ed2f5dcf-c5a9-4024-867c-d9bb9d66e1ac",
                    "last_updated": "2023-10-02T21:08:11.280791-04:00",
                    "created_at": "2023-09-28T10:08:15.273643-04:00",
                    "name": "Game Total Over 43",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f00423af-2e8f-47f1-a047-54a83d55b291/?format=api"
                },
                {
                    "id": "dc9b6b37-3fb0-4c33-829f-2c00a03eb6d8",
                    "gambit_id": "7cdfbdc0-8329-4112-b80f-b3c441f81025",
                    "last_updated": "2023-10-02T21:08:11.283982-04:00",
                    "created_at": "2023-09-28T10:08:15.283063-04:00",
                    "name": "Game Total Under 43",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f00423af-2e8f-47f1-a047-54a83d55b291/?format=api"
                }
            ]
        }
    ]
}