GET /api/bet_types/22dc2f95-670d-4ee7-ac8a-9db65fc56e31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22dc2f95-670d-4ee7-ac8a-9db65fc56e31",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfbb315b-130b-4050-b9e8-369868bf05b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T08:18:13.761040-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": "TOR (C Bassitt)",
                "amount": 6492.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 3508.0
            }
        ],
        "expected_reward_tokens": 9541.76,
        "profit_sb": 41.76,
        "profit_sb_percentage": 0.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd9b5322-141b-420c-8ccc-5ab7eb116435",
            "gambit_id": "4ad59aca-d808-4bbd-96f8-492745fb7941",
            "last_updated": "2023-08-31T19:28:23.959496-04:00",
            "created_at": "2023-08-30T08:18:13.773335-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22dc2f95-670d-4ee7-ac8a-9db65fc56e31/?format=api"
        },
        {
            "id": "6ad051d4-6fec-46f1-8b91-72e0bb77521a",
            "gambit_id": "fe60a927-69a4-44a2-a65d-85ff14822736",
            "last_updated": "2023-08-31T19:28:23.954851-04:00",
            "created_at": "2023-08-30T08:18:13.768832-04:00",
            "name": "WAS (P Corbin)",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22dc2f95-670d-4ee7-ac8a-9db65fc56e31/?format=api"
        }
    ]
}