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/8921a461-7a05-491f-892c-bf2b115eedba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8921a461-7a05-491f-892c-bf2b115eedba",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "cdf29a57-e4c3-4a68-8ea2-ee6f94a0890e",
    "completed": true,
    "last_updated": "2023-08-14T18:28:01.490597-04:00",
    "created_at": "2023-08-11T14:12:57.188415-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.5,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/cdf29a57-e4c3-4a68-8ea2-ee6f94a0890e",
    "datetime": "2023-08-11T15:00:00-04:00",
    "cutoff_datetime": "2023-08-11T15:00:00-04:00",
    "name": "Burnley v. Manchester City",
    "bettypes": [
        {
            "id": "396f932a-9f00-4132-9b51-4f67db85430a",
            "match": "https://api-prod.gambitprofit.com/api/matches/8921a461-7a05-491f-892c-bf2b115eedba/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-11T14:12:57.213688-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Manchester City",
                        "amount": 8042.0
                    },
                    {
                        "team": "Draw",
                        "amount": 1958.0
                    }
                ],
                "expected_reward_tokens": 10374.18,
                "profit_sb": 874.18,
                "profit_sb_percentage": 9.2,
                "recommended": true
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Manchester City",
                        "amount": 7180.0
                    },
                    {
                        "team": "Draw",
                        "amount": 1748.0
                    },
                    {
                        "team": "Burnley",
                        "amount": 1072.0
                    }
                ],
                "expected_reward_tokens": 9262.08,
                "profit_sb": -237.92,
                "profit_sb_percentage": -2.5,
                "recommended": false
            },
            "lines": [
                {
                    "id": "627eef1c-eeef-482a-a03b-d4768acb3eaf",
                    "gambit_id": "07f335ab-56fb-4811-bfe6-6304e4b5bb35",
                    "last_updated": "2023-08-14T18:28:01.601451-04:00",
                    "created_at": "2023-08-11T14:12:57.225612-04:00",
                    "name": "Manchester City",
                    "reward": "1.29000",
                    "odds": "1.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/396f932a-9f00-4132-9b51-4f67db85430a/?format=api"
                },
                {
                    "id": "6a0dc922-f715-4cb6-a680-a3d06085a504",
                    "gambit_id": "67883695-371f-446a-9e74-063f2e8582c6",
                    "last_updated": "2023-08-14T18:28:01.606008-04:00",
                    "created_at": "2023-08-11T14:12:57.235220-04:00",
                    "name": "Draw",
                    "reward": "5.30000",
                    "odds": "5.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/396f932a-9f00-4132-9b51-4f67db85430a/?format=api"
                },
                {
                    "id": "94e98bca-5641-4af3-b30f-07f07fbad9f5",
                    "gambit_id": "8c10746e-1c33-49c2-b6b9-e54ba087cac6",
                    "last_updated": "2023-08-14T18:28:01.617175-04:00",
                    "created_at": "2023-08-11T14:12:57.241381-04:00",
                    "name": "Burnley",
                    "reward": "8.64000",
                    "odds": "9.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/396f932a-9f00-4132-9b51-4f67db85430a/?format=api"
                }
            ]
        },
        {
            "id": "3763f111-76ab-45f1-a988-1e74be3d89d2",
            "match": "https://api-prod.gambitprofit.com/api/matches/8921a461-7a05-491f-892c-bf2b115eedba/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-11T14:12:57.249546-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": 5794.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4206.0
                    }
                ],
                "expected_reward_tokens": 9211.14,
                "profit_sb": -288.86,
                "profit_sb_percentage": -3.04,
                "recommended": false
            },
            "lines": [
                {
                    "id": "849c654e-ea04-4805-8c8f-a91261d5de17",
                    "gambit_id": "a5e2d2bf-0a3c-471f-9846-c860f2274520",
                    "last_updated": "2023-08-14T18:28:01.649523-04:00",
                    "created_at": "2023-08-11T14:12:57.257309-04:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.59000",
                    "odds": "1.62000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3763f111-76ab-45f1-a988-1e74be3d89d2/?format=api"
                },
                {
                    "id": "5d53885c-c9bc-4f3a-a98c-a58bbeb68610",
                    "gambit_id": "daf7116e-d960-46e8-b1cc-584f3c2732ae",
                    "last_updated": "2023-08-14T18:28:01.664882-04:00",
                    "created_at": "2023-08-11T14:12:57.263787-04:00",
                    "name": "Game Total Under 2.5",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3763f111-76ab-45f1-a988-1e74be3d89d2/?format=api"
                }
            ]
        }
    ]
}