GET /api/bet_types/8f9000d2-11ee-45e5-b339-367e0f86257a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f9000d2-11ee-45e5-b339-367e0f86257a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca3875e3-b0a2-434e-9824-e56ae81dc91b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-18T09:38:26.442074-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": "Miami Heat",
                "amount": 5423.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "58a1cba1-a0dc-4cde-9428-2002999610ed",
            "gambit_id": "3866a7b7-0aa0-4dbd-a6ae-8588592664ab",
            "last_updated": "2023-11-20T14:38:31.504404-05:00",
            "created_at": "2023-11-18T09:38:26.446007-05:00",
            "name": "Miami Heat",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f9000d2-11ee-45e5-b339-367e0f86257a/?format=api"
        },
        {
            "id": "a21dd3ac-7351-47cd-8f96-f27d0984d7ea",
            "gambit_id": "01aeaf89-9ca1-4b52-bfa5-396101db5666",
            "last_updated": "2023-11-20T14:38:31.507680-05:00",
            "created_at": "2023-11-18T09:38:26.451077-05:00",
            "name": "Chicago Bulls",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f9000d2-11ee-45e5-b339-367e0f86257a/?format=api"
        }
    ]
}