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/51e4d84c-d9cb-414e-9d8c-6b164bce930c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51e4d84c-d9cb-414e-9d8c-6b164bce930c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e5765d2c-c7d3-4156-81d9-bdc05ea52c87",
    "completed": true,
    "last_updated": "2023-04-07T10:17:17.067925-04:00",
    "created_at": "2023-04-06T09:07:01.271645-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.76,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/e5765d2c-c7d3-4156-81d9-bdc05ea52c87",
    "datetime": "2023-04-06T22:10:00-04:00",
    "cutoff_datetime": "2023-04-06T22:10:00-04:00",
    "name": "LOS (D May) v. ARI (M Kelly)",
    "bettypes": [
        {
            "id": "de68af20-2363-4e9d-9d6a-7921d67a2920",
            "match": "https://api-prod.gambitprofit.com/api/matches/51e4d84c-d9cb-414e-9d8c-6b164bce930c/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-06T09:07:01.283304-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": "LOS (D May)",
                        "amount": 5909.0
                    },
                    {
                        "team": "ARI (M Kelly)",
                        "amount": 4091.0
                    }
                ],
                "expected_reward_tokens": 9572.58,
                "profit_sb": 72.58,
                "profit_sb_percentage": 0.76,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5bb6a04a-433e-494f-8425-74ade6380558",
                    "gambit_id": "5d89d4a5-e824-47aa-83b5-f6179d132e60",
                    "last_updated": "2023-04-07T10:17:17.096938-04:00",
                    "created_at": "2023-04-06T09:07:01.286097-04:00",
                    "name": "LOS (D May)",
                    "reward": "1.62000",
                    "odds": "1.64520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de68af20-2363-4e9d-9d6a-7921d67a2920/?format=api"
                },
                {
                    "id": "10071db4-ce4b-4b64-a9cb-ecb05cece426",
                    "gambit_id": "b8a0ee18-df15-42e7-b731-2a10b77a0d87",
                    "last_updated": "2023-04-07T10:17:17.091988-04:00",
                    "created_at": "2023-04-06T09:07:01.284637-04:00",
                    "name": "ARI (M Kelly)",
                    "reward": "2.34000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de68af20-2363-4e9d-9d6a-7921d67a2920/?format=api"
                }
            ]
        },
        {
            "id": "e09e792a-32ad-4402-b83e-a2b3f4bfdd3a",
            "match": "https://api-prod.gambitprofit.com/api/matches/51e4d84c-d9cb-414e-9d8c-6b164bce930c/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-06T09:07:01.278914-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": "ARI",
                        "amount": 5107.0
                    },
                    {
                        "team": "LOS",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "88f15635-71b3-4eb7-849b-7df7cec2ed39",
                    "gambit_id": "0cac68e9-49a2-48cb-bf5d-37a86bacbb0c",
                    "last_updated": "2023-04-07T10:17:17.083373-04:00",
                    "created_at": "2023-04-06T09:07:01.280288-04:00",
                    "name": "ARI",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e09e792a-32ad-4402-b83e-a2b3f4bfdd3a/?format=api"
                },
                {
                    "id": "146f6f28-4950-427f-acef-1dc4e3e03389",
                    "gambit_id": "378b9ed3-7eb6-455e-8662-e23f191732e7",
                    "last_updated": "2023-04-07T10:17:17.086517-04:00",
                    "created_at": "2023-04-06T09:07:01.281753-04:00",
                    "name": "LOS",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e09e792a-32ad-4402-b83e-a2b3f4bfdd3a/?format=api"
                }
            ]
        },
        {
            "id": "7223ee61-3767-4a9b-b19d-6630a39d10af",
            "match": "https://api-prod.gambitprofit.com/api/matches/51e4d84c-d9cb-414e-9d8c-6b164bce930c/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-06T09:07:01.274086-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 8.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0d3fd008-1028-4d40-9e14-42610136f902",
                    "gambit_id": "e05c6c2f-5824-4180-8ea5-3ce74ef4f95b",
                    "last_updated": "2023-04-07T10:17:17.077716-04:00",
                    "created_at": "2023-04-06T09:07:01.277356-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7223ee61-3767-4a9b-b19d-6630a39d10af/?format=api"
                },
                {
                    "id": "df2438d0-0b9b-4836-8a83-1108e2d7f56b",
                    "gambit_id": "d32d1f18-7f51-4988-9f6d-6dc78a21f2fe",
                    "last_updated": "2023-04-07T10:17:17.074925-04:00",
                    "created_at": "2023-04-06T09:07:01.275826-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7223ee61-3767-4a9b-b19d-6630a39d10af/?format=api"
                }
            ]
        }
    ]
}