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/b0b2e15c-d3d7-45d2-9447-d75414f9a55d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0b2e15c-d3d7-45d2-9447-d75414f9a55d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3df1f5c0-ee5d-42d7-b13f-40b57ce4d0a8",
    "completed": true,
    "last_updated": "2023-01-15T21:52:01.908608-05:00",
    "created_at": "2023-01-11T12:17:21.034563-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.0,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/3df1f5c0-ee5d-42d7-b13f-40b57ce4d0a8",
    "datetime": "2023-01-12T15:00:00-05:00",
    "cutoff_datetime": "2023-01-12T15:00:00-05:00",
    "name": "Fulham v. Chelsea",
    "bettypes": [
        {
            "id": "2bb1d789-b64a-41cf-8393-bc2e03d44fd1",
            "match": "https://api-prod.gambitprofit.com/api/matches/b0b2e15c-d3d7-45d2-9447-d75414f9a55d/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-01-11T12:17:21.040925-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Chelsea",
                        "amount": 6240.0
                    },
                    {
                        "team": "Draw",
                        "amount": 3760.0
                    }
                ],
                "expected_reward_tokens": 11355.2,
                "profit_sb": 2355.2,
                "profit_sb_percentage": 26.17,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Chelsea",
                        "amount": 4765.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2872.0
                    },
                    {
                        "team": "Fulham",
                        "amount": 2363.0
                    }
                ],
                "expected_reward_tokens": 8672.21,
                "profit_sb": -327.79,
                "profit_sb_percentage": -3.64,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a691393f-c421-4f7a-878a-3b4d9c27b2d0",
                    "gambit_id": "dc22614b-4fed-4b08-8d18-05c2dc86b450",
                    "last_updated": "2023-01-15T21:52:01.925476-05:00",
                    "created_at": "2023-01-11T12:17:21.042182-05:00",
                    "name": "Chelsea",
                    "reward": "1.82000",
                    "odds": "1.95000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb1d789-b64a-41cf-8393-bc2e03d44fd1/?format=api"
                },
                {
                    "id": "0f7b1354-35c0-4a12-812e-98c24af3eac7",
                    "gambit_id": "133b695a-94be-4e99-bc31-27fe354f32e3",
                    "last_updated": "2023-01-15T21:52:01.931693-05:00",
                    "created_at": "2023-01-11T12:17:21.047368-05:00",
                    "name": "Draw",
                    "reward": "3.02000",
                    "odds": "3.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb1d789-b64a-41cf-8393-bc2e03d44fd1/?format=api"
                },
                {
                    "id": "dbac3069-c991-4ec7-ba94-a05d7f9c1273",
                    "gambit_id": "1c7a0139-adc4-4d7f-954f-239bc5bd5097",
                    "last_updated": "2023-01-15T21:52:01.928484-05:00",
                    "created_at": "2023-01-11T12:17:21.046020-05:00",
                    "name": "Fulham",
                    "reward": "3.67000",
                    "odds": "4.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb1d789-b64a-41cf-8393-bc2e03d44fd1/?format=api"
                }
            ]
        },
        {
            "id": "01fd3dd7-abf1-4748-913f-b7ab75f60b9e",
            "match": "https://api-prod.gambitprofit.com/api/matches/b0b2e15c-d3d7-45d2-9447-d75414f9a55d/?format=api",
            "name": "Over/Under",
            "created_at": "2023-01-11T12:17:21.036585-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 2.5",
                        "amount": 5655.0
                    },
                    {
                        "team": "Game Total Over 2.5",
                        "amount": 4345.0
                    }
                ],
                "expected_reward_tokens": 8820.35,
                "profit_sb": -179.65,
                "profit_sb_percentage": -2.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "47f7744b-f53c-4a34-a9c3-0f1d58909e21",
                    "gambit_id": "f7e70131-ea6c-4730-8591-65171193e356",
                    "last_updated": "2023-01-15T21:52:01.915968-05:00",
                    "created_at": "2023-01-11T12:17:21.038173-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.56000",
                    "odds": "1.65000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01fd3dd7-abf1-4748-913f-b7ab75f60b9e/?format=api"
                },
                {
                    "id": "c94f0330-888f-475e-b701-f054c1f29bc5",
                    "gambit_id": "7f795b88-816a-4cb7-b1c8-59f4b7101bc5",
                    "last_updated": "2023-01-15T21:52:01.919173-05:00",
                    "created_at": "2023-01-11T12:17:21.039566-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "2.03000",
                    "odds": "2.20000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01fd3dd7-abf1-4748-913f-b7ab75f60b9e/?format=api"
                }
            ]
        }
    ]
}