GET /api/bet_types/de844239-c568-4fa1-b9bf-152f3a7a74d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de844239-c568-4fa1-b9bf-152f3a7a74d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3962e1c-66f0-4e27-93fb-77eaf384e25a/?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": "CWS (D Cease)",
                "amount": 6256.0
            },
            {
                "team": "ARI (Z Davies)",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9321.44,
        "profit_sb": 321.44,
        "profit_sb_percentage": 3.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b772056-f1df-4720-8fc7-b9041787abd2",
            "gambit_id": "ea8a7cd1-bb38-4c08-9158-52ab331fff75",
            "last_updated": "2022-08-29T13:02:02.545504-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (D Cease)",
            "reward": "1.49000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de844239-c568-4fa1-b9bf-152f3a7a74d8/?format=api"
        },
        {
            "id": "297306f6-37f8-4d72-96cf-740f8803a6c6",
            "gambit_id": "45d51fd2-80cd-4f43-9e41-a235154418e8",
            "last_updated": "2022-08-29T13:02:02.545953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Davies)",
            "reward": "2.49000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de844239-c568-4fa1-b9bf-152f3a7a74d8/?format=api"
        }
    ]
}