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/c280d896-3649-428e-b967-4dd6f7e168aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c280d896-3649-428e-b967-4dd6f7e168aa",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "795da8e6-5941-47ed-9cf9-27766ffaacb4",
    "completed": true,
    "last_updated": "2024-02-05T14:33:27.419610-05:00",
    "created_at": "2024-02-02T10:13:23.005062-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.92,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/795da8e6-5941-47ed-9cf9-27766ffaacb4",
    "datetime": "2024-02-03T10:00:00-05:00",
    "cutoff_datetime": "2024-02-03T10:00:00-05:00",
    "name": "Newcastle United v. Luton Town",
    "bettypes": [
        {
            "id": "68bc9522-5924-4587-b976-bbb566400926",
            "match": "https://api-prod.gambitprofit.com/api/matches/c280d896-3649-428e-b967-4dd6f7e168aa/?format=api",
            "name": "Pick the Winner",
            "created_at": "2024-02-02T10:13:23.012163-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Newcastle United",
                        "amount": 7419.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2581.0
                    }
                ],
                "expected_reward_tokens": 11201.54,
                "profit_sb": 1701.54,
                "profit_sb_percentage": 17.91,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Newcastle United",
                        "amount": 6171.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2147.0
                    },
                    {
                        "team": "Luton Town",
                        "amount": 1682.0
                    }
                ],
                "expected_reward_tokens": 9317.98,
                "profit_sb": -182.02,
                "profit_sb_percentage": -1.92,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3d7e169d-844b-4426-8542-1a74b8ddc372",
                    "gambit_id": "3dc4c84f-2277-4304-a247-aeb383e24305",
                    "last_updated": "2024-02-05T14:33:27.439298-05:00",
                    "created_at": "2024-02-02T10:13:23.025254-05:00",
                    "name": "Newcastle United",
                    "reward": "1.51000",
                    "odds": "1.53000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68bc9522-5924-4587-b976-bbb566400926/?format=api"
                },
                {
                    "id": "829e00ae-a4b7-4602-8e3f-65727f7c5791",
                    "gambit_id": "7bcb4ecf-9f81-4172-86bf-82afd71d01f2",
                    "last_updated": "2024-02-05T14:33:27.435980-05:00",
                    "created_at": "2024-02-02T10:13:23.020859-05:00",
                    "name": "Draw",
                    "reward": "4.34000",
                    "odds": "4.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68bc9522-5924-4587-b976-bbb566400926/?format=api"
                },
                {
                    "id": "d2383e70-e73d-40e6-9ddb-533cbd755a0d",
                    "gambit_id": "7fe09369-bb42-4837-98fb-397c96076f3d",
                    "last_updated": "2024-02-05T14:33:27.432596-05:00",
                    "created_at": "2024-02-02T10:13:23.016623-05:00",
                    "name": "Luton Town",
                    "reward": "5.54000",
                    "odds": "5.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68bc9522-5924-4587-b976-bbb566400926/?format=api"
                }
            ]
        },
        {
            "id": "5f2dc7eb-5636-48f8-8324-606841d38f2f",
            "match": "https://api-prod.gambitprofit.com/api/matches/c280d896-3649-428e-b967-4dd6f7e168aa/?format=api",
            "name": "Over/Under",
            "created_at": "2024-02-02T10:13:23.029256-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 Over 2.5",
                        "amount": 5879.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4121.0
                    }
                ],
                "expected_reward_tokens": 9230.03,
                "profit_sb": -269.97,
                "profit_sb_percentage": -2.84,
                "recommended": false
            },
            "lines": [
                {
                    "id": "313dbe3d-b57e-48bf-b8c0-ce87016026a0",
                    "gambit_id": "b168ef99-3a63-4e76-90ad-20af11d04250",
                    "last_updated": "2024-02-05T14:33:27.446215-05:00",
                    "created_at": "2024-02-02T10:13:23.032705-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.57000",
                    "odds": "1.60000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f2dc7eb-5636-48f8-8324-606841d38f2f/?format=api"
                },
                {
                    "id": "971eb391-fc23-4580-9d80-4e336197c5f5",
                    "gambit_id": "20a3a739-f362-471b-bbae-9e32242aa996",
                    "last_updated": "2024-02-05T14:33:27.449668-05:00",
                    "created_at": "2024-02-02T10:13:23.037287-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "2.24000",
                    "odds": "2.30000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f2dc7eb-5636-48f8-8324-606841d38f2f/?format=api"
                }
            ]
        }
    ]
}