GET /api/bet_types/c0ac5591-935d-4103-afc9-098ad5920581/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0ac5591-935d-4103-afc9-098ad5920581",
    "match": "https://api-prod.gambitprofit.com/api/matches/5631b297-1423-477e-bbcc-3749a18838f5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T18:28:03.894333-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": "LOS (C Ferguson)",
                "amount": 6885.0
            },
            {
                "team": "DET (M Diaz)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "71d3919c-80c7-4d13-ae94-8c9e66b0d256",
            "gambit_id": "94217abe-ab15-489c-96db-4d3a8c4f3967",
            "last_updated": "2023-09-21T09:38:16.799394-04:00",
            "created_at": "2023-09-19T18:28:03.904366-04:00",
            "name": "LOS (C Ferguson)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0ac5591-935d-4103-afc9-098ad5920581/?format=api"
        },
        {
            "id": "9dd94e4e-3986-4a04-a90e-fd099168c13c",
            "gambit_id": "6f3882bb-9d54-43a1-9a14-07b1caeeef93",
            "last_updated": "2023-09-21T09:38:16.792884-04:00",
            "created_at": "2023-09-19T18:28:03.898946-04:00",
            "name": "DET (M Diaz)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0ac5591-935d-4103-afc9-098ad5920581/?format=api"
        }
    ]
}