GET /api/bet_types/6693dd94-3853-4972-9722-dee2ff6f0911/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6693dd94-3853-4972-9722-dee2ff6f0911",
    "match": "https://api-prod.gambitprofit.com/api/matches/509784fb-83e3-4d99-a845-9cb6e3d013cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:02:12.553978-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": "NYM (C Carrasco)",
                "amount": 5627.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "b78b2fb3-3b9a-4398-84fb-fbf8f7925cec",
            "gambit_id": "45df19a4-9e20-4e99-bba2-4ed22bbfb725",
            "last_updated": "2023-05-20T10:52:03.538632-04:00",
            "created_at": "2023-05-19T11:02:12.555647-04:00",
            "name": "NYM (C Carrasco)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6693dd94-3853-4972-9722-dee2ff6f0911/?format=api"
        },
        {
            "id": "35136bc4-bf11-4623-8a39-c6651137b17d",
            "gambit_id": "081a9b9f-85f7-4132-af78-86663fb20ba9",
            "last_updated": "2023-05-20T10:52:03.540868-04:00",
            "created_at": "2023-05-19T11:02:12.557314-04:00",
            "name": "CLE (C Quantrill)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6693dd94-3853-4972-9722-dee2ff6f0911/?format=api"
        }
    ]
}