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/4b0ca63d-5a46-4aa0-8bb4-5e08de2b92f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b0ca63d-5a46-4aa0-8bb4-5e08de2b92f5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3ef0ea2f-e6c7-442e-bf1e-80f0bf8bb615",
    "completed": true,
    "last_updated": "2023-04-03T10:27:12.861014-04:00",
    "created_at": "2023-03-31T11:02:22.868575-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.1,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/3ef0ea2f-e6c7-442e-bf1e-80f0bf8bb615",
    "datetime": "2023-04-01T10:00:00-04:00",
    "cutoff_datetime": "2023-04-01T10:00:00-04:00",
    "name": "Brighton & Hove Albion v. Brentford",
    "bettypes": [
        {
            "id": "ba90c137-ac62-4032-bd0f-4cd82e29b4a3",
            "match": "https://api-prod.gambitprofit.com/api/matches/4b0ca63d-5a46-4aa0-8bb4-5e08de2b92f5/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-03-31T11:02:22.879520-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Brighton & Hove Albion",
                        "amount": 7080.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2920.0
                    }
                ],
                "expected_reward_tokens": 11328.0,
                "profit_sb": 1828.0,
                "profit_sb_percentage": 19.24,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Brighton & Hove Albion",
                        "amount": 5789.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2387.0
                    },
                    {
                        "team": "Brentford",
                        "amount": 1823.0
                    }
                ],
                "expected_reward_tokens": 9260.84,
                "profit_sb": -239.16,
                "profit_sb_percentage": -2.52,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c26658db-51af-4aa5-b075-6428a4e02ac3",
                    "gambit_id": "9b9a50a0-0efc-4822-b0cf-72f9cce27e81",
                    "last_updated": "2023-04-03T10:27:12.875758-04:00",
                    "created_at": "2023-03-31T11:02:22.883944-04:00",
                    "name": "Brighton & Hove Albion",
                    "reward": "1.60000",
                    "odds": "1.62000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba90c137-ac62-4032-bd0f-4cd82e29b4a3/?format=api"
                },
                {
                    "id": "acca2b7e-1e73-4628-a429-78d7fdb0b5b0",
                    "gambit_id": "f7aba54c-6055-4f55-a339-0b9f2cd8dd26",
                    "last_updated": "2023-04-03T10:27:12.878041-04:00",
                    "created_at": "2023-03-31T11:02:22.885949-04:00",
                    "name": "Draw",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba90c137-ac62-4032-bd0f-4cd82e29b4a3/?format=api"
                },
                {
                    "id": "84a840f2-680a-41f3-ab83-e4d717631ca8",
                    "gambit_id": "8c5f6e7a-01d9-43c3-b7c2-1e1506de92e8",
                    "last_updated": "2023-04-03T10:27:12.873409-04:00",
                    "created_at": "2023-03-31T11:02:22.881762-04:00",
                    "name": "Brentford",
                    "reward": "5.08000",
                    "odds": "5.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba90c137-ac62-4032-bd0f-4cd82e29b4a3/?format=api"
                }
            ]
        },
        {
            "id": "9b3f7973-cf51-451a-8f47-2de16ac3ef3c",
            "match": "https://api-prod.gambitprofit.com/api/matches/4b0ca63d-5a46-4aa0-8bb4-5e08de2b92f5/?format=api",
            "name": "Over/Under",
            "created_at": "2023-03-31T11:02:22.871815-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 2.5",
                        "amount": 5255.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4745.0
                    }
                ],
                "expected_reward_tokens": 9300.2,
                "profit_sb": -199.8,
                "profit_sb_percentage": -2.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "76878383-eebb-4e4b-8bf8-08a4724fcc7d",
                    "gambit_id": "a9df2bd4-9be8-4a06-b785-0622c34e879c",
                    "last_updated": "2023-04-03T10:27:12.869079-04:00",
                    "created_at": "2023-03-31T11:02:22.876647-04:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.77000",
                    "odds": "1.80000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3f7973-cf51-451a-8f47-2de16ac3ef3c/?format=api"
                },
                {
                    "id": "942fed22-1cfa-44f7-b1c9-30bd17577568",
                    "gambit_id": "15ad8e0f-6db5-44ac-bb08-50afdda59e3b",
                    "last_updated": "2023-04-03T10:27:12.866837-04:00",
                    "created_at": "2023-03-31T11:02:22.874201-04:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3f7973-cf51-451a-8f47-2de16ac3ef3c/?format=api"
                }
            ]
        }
    ]
}