GET /api/bet_types/60bba243-abc1-421b-8d9f-2fb85fc5bb7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60bba243-abc1-421b-8d9f-2fb85fc5bb7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bdd8252e-bf50-4a7a-a446-98f48c3b2f37/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-04T08:52:58.105644-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": "PHI (A Nola)",
                "amount": 6935.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8756cf1-ec6f-4e7c-8f4a-3c3961cdd641",
            "gambit_id": "885371cb-9fba-4abb-933e-2115ec7a00f8",
            "last_updated": "2023-08-05T12:08:21.465310-04:00",
            "created_at": "2023-08-04T08:52:58.130091-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60bba243-abc1-421b-8d9f-2fb85fc5bb7d/?format=api"
        },
        {
            "id": "a5a91a75-fd8b-402e-90d7-987d9d0cc1d9",
            "gambit_id": "19f4388f-b539-4f48-8c30-c4b0fd72a446",
            "last_updated": "2023-08-05T12:08:21.460887-04:00",
            "created_at": "2023-08-04T08:52:58.121114-04:00",
            "name": "KAN (J Lyles)",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60bba243-abc1-421b-8d9f-2fb85fc5bb7d/?format=api"
        }
    ]
}