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/9a4b776c-6923-45b2-b079-baf1095fb9f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a4b776c-6923-45b2-b079-baf1095fb9f7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a47a8379-f1bf-4b76-ad74-0395a5172aa0",
    "completed": true,
    "last_updated": "2023-11-06T10:28:10.569706-05:00",
    "created_at": "2023-11-03T20:08:21.208061-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.33,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/a47a8379-f1bf-4b76-ad74-0395a5172aa0",
    "datetime": "2023-11-04T11:00:00-04:00",
    "cutoff_datetime": "2023-11-04T11:00:00-04:00",
    "name": "Manchester City v. Bournemouth",
    "bettypes": [
        {
            "id": "093dadf3-b5d6-4c10-85dc-9ae3fd3db43f",
            "match": "https://api-prod.gambitprofit.com/api/matches/9a4b776c-6923-45b2-b079-baf1095fb9f7/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-11-03T20:08:21.218303-04:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Manchester City",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10800.0,
                "profit_sb": 1300.0,
                "profit_sb_percentage": 13.68,
                "recommended": true
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Manchester City",
                        "amount": 9067.0
                    },
                    {
                        "team": "Draw",
                        "amount": 933.0
                    }
                ],
                "expected_reward_tokens": 9792.36,
                "profit_sb": 292.36,
                "profit_sb_percentage": 3.08,
                "recommended": true
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Manchester City",
                        "amount": 8679.0
                    },
                    {
                        "team": "Draw",
                        "amount": 893.0
                    },
                    {
                        "team": "Bournemouth",
                        "amount": 428.0
                    }
                ],
                "expected_reward_tokens": 9373.2,
                "profit_sb": -126.8,
                "profit_sb_percentage": -1.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9ce99398-2214-4755-84c0-74edf4517f75",
                    "gambit_id": "36a278c9-6ed9-448b-85e3-ad10d657c139",
                    "last_updated": "2023-11-06T10:28:10.577781-05:00",
                    "created_at": "2023-11-03T20:08:21.223596-04:00",
                    "name": "Manchester City",
                    "reward": "1.08000",
                    "odds": "1.08000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/093dadf3-b5d6-4c10-85dc-9ae3fd3db43f/?format=api"
                },
                {
                    "id": "aeb618cd-7964-4fa8-8bb3-16cf2f82b741",
                    "gambit_id": "d55bcc08-20be-499e-aec7-3810e1e93560",
                    "last_updated": "2023-11-06T10:28:10.584260-05:00",
                    "created_at": "2023-11-03T20:08:21.235685-04:00",
                    "name": "Draw",
                    "reward": "10.50000",
                    "odds": "11.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/093dadf3-b5d6-4c10-85dc-9ae3fd3db43f/?format=api"
                },
                {
                    "id": "5668999c-7dc2-481f-af75-4e17efc377d9",
                    "gambit_id": "229114c3-619d-4aab-86e6-cc9d08a721ab",
                    "last_updated": "2023-11-06T10:28:10.581107-05:00",
                    "created_at": "2023-11-03T20:08:21.231446-04:00",
                    "name": "Bournemouth",
                    "reward": "21.90000",
                    "odds": "23.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/093dadf3-b5d6-4c10-85dc-9ae3fd3db43f/?format=api"
                }
            ]
        },
        {
            "id": "19dd3d70-05e2-4e61-89b5-c85ecffcf2cf",
            "match": "https://api-prod.gambitprofit.com/api/matches/9a4b776c-6923-45b2-b079-baf1095fb9f7/?format=api",
            "name": "Over/Under",
            "created_at": "2023-11-03T20:08:21.240550-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": 7177.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 2823.0
                    }
                ],
                "expected_reward_tokens": 9258.33,
                "profit_sb": -241.67,
                "profit_sb_percentage": -2.54,
                "recommended": false
            },
            "lines": [
                {
                    "id": "35b5bd3c-6a73-4493-80f3-cc472df3157d",
                    "gambit_id": "9aec25d2-95d6-4e0f-94f6-03ac15641b44",
                    "last_updated": "2023-11-06T10:28:10.595288-05:00",
                    "created_at": "2023-11-03T20:08:21.244403-04:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.29000",
                    "odds": "1.30000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19dd3d70-05e2-4e61-89b5-c85ecffcf2cf/?format=api"
                },
                {
                    "id": "bc4a2fd6-d647-444f-9240-09abecf351c6",
                    "gambit_id": "85898f98-0631-468e-8649-02cc98ec80d6",
                    "last_updated": "2023-11-06T10:28:10.598392-05:00",
                    "created_at": "2023-11-03T20:08:21.248527-04:00",
                    "name": "Game Total Under 2.5",
                    "reward": "3.28000",
                    "odds": "3.40000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19dd3d70-05e2-4e61-89b5-c85ecffcf2cf/?format=api"
                }
            ]
        }
    ]
}