GET /api/bet_types/1447b616-a5db-44f4-a89c-038091febdde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1447b616-a5db-44f4-a89c-038091febdde",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c2ade48-1757-4992-92de-9fd7628d77e3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "LOS (D May)",
                "amount": 5890.0
            },
            {
                "team": "SDG (M Clevinger)",
                "amount": 4110.0
            }
        ],
        "expected_reward_tokens": 9247.3,
        "profit_sb": 247.3,
        "profit_sb_percentage": 2.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0de7951-4078-4671-9964-4a73ef587340",
            "gambit_id": "71396a6c-c583-49d4-a871-3acdd82c8f13",
            "last_updated": "2022-09-10T21:52:23.518226-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (D May)",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1447b616-a5db-44f4-a89c-038091febdde/?format=api"
        },
        {
            "id": "07ecaaf1-4dc8-40f4-94f4-48efbf35b221",
            "gambit_id": "95df9c8a-9aa6-4e8f-8243-debf86cda561",
            "last_updated": "2022-09-10T21:52:23.517101-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (M Clevinger)",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1447b616-a5db-44f4-a89c-038091febdde/?format=api"
        }
    ]
}