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/0ee8462c-2d4c-4473-86be-858dae579dc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ee8462c-2d4c-4473-86be-858dae579dc8",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "6c7fb9dd-d4bf-42ab-a2cf-b73906b1e24d",
    "completed": true,
    "last_updated": "2022-10-02T15:17:25.022053-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 4.83,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/6c7fb9dd-d4bf-42ab-a2cf-b73906b1e24d",
    "datetime": "2022-10-01T12:00:00-04:00",
    "cutoff_datetime": "2022-10-01T12:00:00-04:00",
    "name": "Purdue v. Minnesota",
    "bettypes": [
        {
            "id": "4e65a1eb-2789-4337-a921-0696698a2403",
            "match": "https://api-prod.gambitprofit.com/api/matches/0ee8462c-2d4c-4473-86be-858dae579dc8/?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": "Minnesota",
                        "amount": 7372.0
                    },
                    {
                        "team": "Purdue",
                        "amount": 2628.0
                    }
                ],
                "expected_reward_tokens": 9434.52,
                "profit_sb": 434.52,
                "profit_sb_percentage": 4.83,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ee50f410-f8ef-42ac-8a9e-d51343f377c7",
                    "gambit_id": "0128c6b3-fc45-4c8b-93b5-b273206a0920",
                    "last_updated": "2022-10-02T15:17:25.028051-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota",
                    "reward": "1.28000",
                    "odds": "1.29410",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e65a1eb-2789-4337-a921-0696698a2403/?format=api"
                },
                {
                    "id": "158238db-b380-4ee8-8eff-807b1f748e80",
                    "gambit_id": "c1660939-dca7-47b6-b7e2-2dc8a8a598a1",
                    "last_updated": "2022-10-02T15:17:25.029025-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "3.59000",
                    "odds": "3.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e65a1eb-2789-4337-a921-0696698a2403/?format=api"
                }
            ]
        },
        {
            "id": "3c336775-870e-4c4f-bbea-ac59caf34569",
            "match": "https://api-prod.gambitprofit.com/api/matches/0ee8462c-2d4c-4473-86be-858dae579dc8/?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": "Minnesota",
                        "amount": 5000.0
                    },
                    {
                        "team": "Purdue",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ec242107-ff66-49b9-b331-07c4c343fd6d",
                    "gambit_id": "e6ecf18f-c997-4016-a6c2-35d7facc956c",
                    "last_updated": "2022-10-02T15:17:25.030982-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c336775-870e-4c4f-bbea-ac59caf34569/?format=api"
                },
                {
                    "id": "6df15d4a-16d5-419d-8789-660f22a18aa7",
                    "gambit_id": "f4f0e930-a421-41af-8e5e-adb14f744459",
                    "last_updated": "2022-10-02T15:17:25.031955-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c336775-870e-4c4f-bbea-ac59caf34569/?format=api"
                }
            ]
        },
        {
            "id": "39b8213c-4096-44fd-ae46-015b17dbc919",
            "match": "https://api-prod.gambitprofit.com/api/matches/0ee8462c-2d4c-4473-86be-858dae579dc8/?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",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 53",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "dd927eaa-60fc-44eb-b755-3d89345f5fef",
                    "gambit_id": "2273fb43-98e1-4600-8bf2-d71a85f736c2",
                    "last_updated": "2022-10-02T15:17:25.024930-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 53",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "53.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b8213c-4096-44fd-ae46-015b17dbc919/?format=api"
                },
                {
                    "id": "c5b5f572-8c25-4d64-b73a-968f0e26e09f",
                    "gambit_id": "42afaa81-ee0c-4053-bf8a-144014e3d7ef",
                    "last_updated": "2022-10-02T15:17:25.026086-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 53",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "53.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b8213c-4096-44fd-ae46-015b17dbc919/?format=api"
                }
            ]
        }
    ]
}