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/c15e85d3-8136-4a6e-acd2-9526520c1506/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c15e85d3-8136-4a6e-acd2-9526520c1506",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7aee1c3d-2bca-4445-a20a-1a76e14c0dc2",
    "completed": true,
    "last_updated": "2022-08-29T14:17:14.696891-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.18,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/7aee1c3d-2bca-4445-a20a-1a76e14c0dc2",
    "datetime": "2022-08-28T09:00:00-04:00",
    "cutoff_datetime": "2022-08-28T09:00:00-04:00",
    "name": "Wolverhampton Wanderers v. Newcastle United",
    "bettypes": [
        {
            "id": "d0c14e75-a7c3-4a7d-93dd-e78333e9be72",
            "match": "https://api-prod.gambitprofit.com/api/matches/c15e85d3-8136-4a6e-acd2-9526520c1506/?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": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Wolverhampton Wanderers",
                        "amount": 5356.0
                    },
                    {
                        "team": "Newcastle United",
                        "amount": 4644.0
                    }
                ],
                "expected_reward_tokens": 12585.24,
                "profit_sb": 3585.24,
                "profit_sb_percentage": 39.84,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Wolverhampton Wanderers",
                        "amount": 3784.0
                    },
                    {
                        "team": "Newcastle United",
                        "amount": 3281.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2935.0
                    }
                ],
                "expected_reward_tokens": 8891.51,
                "profit_sb": -108.49,
                "profit_sb_percentage": -1.21,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3182ae2f-36f0-40fd-ba8a-1c393dc99e90",
                    "gambit_id": "b0c86817-3821-407d-a8df-a24ba4277e0a",
                    "last_updated": "2022-08-29T14:17:14.699344-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wolverhampton Wanderers",
                    "reward": "2.35000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c14e75-a7c3-4a7d-93dd-e78333e9be72/?format=api"
                },
                {
                    "id": "b9385879-cc92-4e35-827c-1fb00e8741f7",
                    "gambit_id": "0454be68-dd4b-4d02-80ec-64bd42bcbb40",
                    "last_updated": "2022-08-29T14:17:14.698865-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Newcastle United",
                    "reward": "2.71000",
                    "odds": "2.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c14e75-a7c3-4a7d-93dd-e78333e9be72/?format=api"
                },
                {
                    "id": "b7946d91-b844-4894-82e9-7b7ae70b4a1d",
                    "gambit_id": "38d7215b-fa4c-4a19-97a6-991de29ba9da",
                    "last_updated": "2022-08-29T14:17:14.699823-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "3.03000",
                    "odds": "3.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c14e75-a7c3-4a7d-93dd-e78333e9be72/?format=api"
                }
            ]
        },
        {
            "id": "404d8c9e-f4c8-41b2-acf7-211b3a10475d",
            "match": "https://api-prod.gambitprofit.com/api/matches/c15e85d3-8136-4a6e-acd2-9526520c1506/?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 2.5",
                        "amount": 5152.0
                    },
                    {
                        "team": "Game Total Over 2.5",
                        "amount": 4848.0
                    }
                ],
                "expected_reward_tokens": 9016.0,
                "profit_sb": 16.0,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "039375e3-5086-43c0-aec0-2b9e72f4d2f1",
                    "gambit_id": "5fffcf82-b924-4e71-9db8-3dd69e849320",
                    "last_updated": "2022-08-29T14:17:14.697856-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.75000",
                    "odds": "1.83000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/404d8c9e-f4c8-41b2-acf7-211b3a10475d/?format=api"
                },
                {
                    "id": "85208ce0-e3ca-41ee-b5cc-01a51c0f4191",
                    "gambit_id": "30150140-817d-4706-b208-ca506d313461",
                    "last_updated": "2022-08-29T14:17:14.698366-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.86000",
                    "odds": "1.95000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/404d8c9e-f4c8-41b2-acf7-211b3a10475d/?format=api"
                }
            ]
        }
    ]
}