GET /api/bet_types/ef4ad58f-f9f0-47e5-ac44-18385b98e015/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef4ad58f-f9f0-47e5-ac44-18385b98e015",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e1e878a-7aaf-4f3e-94df-118441cf5ebf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-11T10:08:14.876091-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": "BAL (K Gibson)",
                "amount": 5990.0
            },
            {
                "team": "KAN (C Hernandez)",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9583.9,
        "profit_sb": 83.9,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "d449bf51-1f33-4943-8d31-78f4f93ac171",
            "gambit_id": "d8772ce6-a5d0-41ea-bbf1-732e66bf8dad",
            "last_updated": "2023-06-12T18:48:17.574226-04:00",
            "created_at": "2023-06-11T10:08:14.878984-04:00",
            "name": "BAL (K Gibson)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef4ad58f-f9f0-47e5-ac44-18385b98e015/?format=api"
        },
        {
            "id": "06b2f41d-0598-48ba-903a-faebadad865f",
            "gambit_id": "d1485a57-6ed5-4d8f-b677-716e1c13e939",
            "last_updated": "2023-06-12T18:48:17.571951-04:00",
            "created_at": "2023-06-11T10:08:14.877510-04:00",
            "name": "KAN (C Hernandez)",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef4ad58f-f9f0-47e5-ac44-18385b98e015/?format=api"
        }
    ]
}