GET /api/bet_types/ba6fdf0f-c746-4650-8425-326164c23ee2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba6fdf0f-c746-4650-8425-326164c23ee2",
    "match": "https://api-prod.gambitprofit.com/api/matches/40f7b0de-c898-4f63-ae18-2cf5013d36bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:23:03.781504-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": "Cleveland Cavaliers",
                "amount": 5515.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "37a1aec0-683d-49f8-ba47-6bb18a893c59",
            "gambit_id": "bbdaf189-81b7-4c7f-b997-f7c2264d88c0",
            "last_updated": "2023-11-10T12:33:18.937396-05:00",
            "created_at": "2023-11-08T08:23:03.797802-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba6fdf0f-c746-4650-8425-326164c23ee2/?format=api"
        },
        {
            "id": "3d7d8775-b6ed-44bb-b54f-b86f84d74583",
            "gambit_id": "10800aef-ffbc-4a6b-9cce-64fb99fbcb76",
            "last_updated": "2023-11-10T12:33:18.941708-05:00",
            "created_at": "2023-11-08T08:23:03.806618-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba6fdf0f-c746-4650-8425-326164c23ee2/?format=api"
        }
    ]
}