GET /api/bet_types/d5fedc30-9b7f-4c95-97f7-e5c922fa0bff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5fedc30-9b7f-4c95-97f7-e5c922fa0bff",
    "match": "https://api-prod.gambitprofit.com/api/matches/92f10843-7127-4071-8e15-f1d7dadff40f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-15T08:23:09.227936-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": "SDG (R Weathers)",
                "amount": 5273.0
            },
            {
                "team": "CLE (L Allen)",
                "amount": 4727.0
            }
        ],
        "expected_reward_tokens": 9595.81,
        "profit_sb": 95.81,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "25d28cdf-f44b-4a54-aab1-0df09a1b65d8",
            "gambit_id": "cc40551a-56dc-4ace-a184-60b543b20578",
            "last_updated": "2023-06-16T09:58:05.283260-04:00",
            "created_at": "2023-06-15T08:23:09.234641-04:00",
            "name": "SDG (R Weathers)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5fedc30-9b7f-4c95-97f7-e5c922fa0bff/?format=api"
        },
        {
            "id": "a367b5d9-7568-432d-8733-06c570d7b898",
            "gambit_id": "1b4e15b9-adfe-426b-b04d-90a0ff6d84ff",
            "last_updated": "2023-06-16T09:58:05.281341-04:00",
            "created_at": "2023-06-15T08:23:09.231095-04:00",
            "name": "CLE (L Allen)",
            "reward": "2.03000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5fedc30-9b7f-4c95-97f7-e5c922fa0bff/?format=api"
        }
    ]
}