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/9b6cd968-18c5-4c85-836f-b71457ac97d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b6cd968-18c5-4c85-836f-b71457ac97d4",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "098a6b59-8041-4059-a85d-f12b04aa62f4",
    "completed": true,
    "last_updated": "2022-08-14T14:02:03.661317-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.56,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/098a6b59-8041-4059-a85d-f12b04aa62f4",
    "datetime": "2022-08-13T10:00:00-04:00",
    "cutoff_datetime": "2022-08-13T10:00:00-04:00",
    "name": "Manchester City v. Bournemouth",
    "bettypes": [
        {
            "id": "eae3ffff-33fe-4b4a-854c-b4510a6b2ca2",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b6cd968-18c5-4c85-836f-b71457ac97d4/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Manchester City",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10500.0,
                "profit_sb": 1500.0,
                "profit_sb_percentage": 16.67,
                "recommended": true
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Manchester City",
                        "amount": 9058.0
                    },
                    {
                        "team": "Draw",
                        "amount": 942.0
                    }
                ],
                "expected_reward_tokens": 9510.9,
                "profit_sb": 510.9,
                "profit_sb_percentage": 5.68,
                "recommended": true
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Manchester City",
                        "amount": 8710.0
                    },
                    {
                        "team": "Draw",
                        "amount": 905.0
                    },
                    {
                        "team": "Bournemouth",
                        "amount": 385.0
                    }
                ],
                "expected_reward_tokens": 9140.5,
                "profit_sb": 140.5,
                "profit_sb_percentage": 1.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "95f154ca-d11e-426f-925d-12927b88ef4e",
                    "gambit_id": "a34df2aa-c52c-4854-b958-4f1d8414bb6c",
                    "last_updated": "2022-08-14T14:02:03.663993-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Manchester City",
                    "reward": "1.05000",
                    "odds": "1.06000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api"
                },
                {
                    "id": "4f5c5fbb-a9be-4ebf-afc1-5b3dca75879c",
                    "gambit_id": "efd75e92-2c3a-4257-9c76-e1ce9662e96a",
                    "last_updated": "2022-08-14T14:02:03.663205-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "10.10000",
                    "odds": "11.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api"
                },
                {
                    "id": "7affb24c-a1b3-43ee-9977-224014e4300c",
                    "gambit_id": "a8709d63-df7f-47dc-ab01-8f14181eac9e",
                    "last_updated": "2022-08-14T14:02:03.663606-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Bournemouth",
                    "reward": "23.75000",
                    "odds": "26.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api"
                }
            ]
        },
        {
            "id": "7cac52d8-d1a4-4094-8d63-48a6e14886ed",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b6cd968-18c5-4c85-836f-b71457ac97d4/?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 Over 2.5",
                        "amount": 7120.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 2880.0
                    }
                ],
                "expected_reward_tokens": 8899.2,
                "profit_sb": -100.8,
                "profit_sb_percentage": -1.12,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f3037983-9b5b-4f27-8ebd-8b8de3efe3e7",
                    "gambit_id": "216e48c4-4f6e-4fe6-9bb3-d466d5955f88",
                    "last_updated": "2022-08-14T14:02:03.662807-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.25000",
                    "odds": "1.28000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cac52d8-d1a4-4094-8d63-48a6e14886ed/?format=api"
                },
                {
                    "id": "c4eb98d9-f514-46c9-ab30-db499487565f",
                    "gambit_id": "130d12b9-e9d5-4d5a-84e3-5bcac329edc0",
                    "last_updated": "2022-08-14T14:02:03.662342-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "3.09000",
                    "odds": "3.30000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cac52d8-d1a4-4094-8d63-48a6e14886ed/?format=api"
                }
            ]
        }
    ]
}