GET /api/bet_types/79ac474c-6909-4533-9664-bf015066ca35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79ac474c-6909-4533-9664-bf015066ca35",
    "match": "https://api-prod.gambitprofit.com/api/matches/3983a4e7-924f-4e0d-87e2-41e624f3f49b/?format=api",
    "name": "Pick the Winner",
    "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": "LOS (C Kershaw)",
                "amount": 5990.0
            },
            {
                "team": "STL (J Montgomery)",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9223.0,
        "profit_sb": 223.0,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d120232-bed2-459b-a038-fdb0d9e2b4e8",
            "gambit_id": "e97e9f8a-ec6d-4e76-b24f-afdbf1a1eb3e",
            "last_updated": "2022-09-25T21:41:51.481013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.54000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79ac474c-6909-4533-9664-bf015066ca35/?format=api"
        },
        {
            "id": "add07770-20b5-4507-8c25-0fbf134a5273",
            "gambit_id": "246a8a79-f3fe-46c7-86fe-1d123e7be91c",
            "last_updated": "2022-09-25T21:41:51.482031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Montgomery)",
            "reward": "2.30000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79ac474c-6909-4533-9664-bf015066ca35/?format=api"
        }
    ]
}