GET /api/bet_types/01f3e7a2-ba9d-4cab-b33c-141f16b7301c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01f3e7a2-ba9d-4cab-b33c-141f16b7301c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3add3ddf-dffa-4ebc-9fd7-28773863d59f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-26T09:23:23.550688-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 (H Ryu)",
                "amount": 6173.0
            },
            {
                "team": "CLE (L Allen)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "2280ae29-094d-43f0-90da-cfb4c1efa03d",
            "gambit_id": "29b5f328-78bd-40d3-912d-38907e328f37",
            "last_updated": "2023-08-28T16:23:34.330214-04:00",
            "created_at": "2023-08-26T09:23:23.580440-04:00",
            "name": "TOR (H Ryu)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01f3e7a2-ba9d-4cab-b33c-141f16b7301c/?format=api"
        },
        {
            "id": "d548004b-5d5b-4b9b-b45a-cc1b1e22144b",
            "gambit_id": "4d72f362-a936-45c6-a80d-f4b0a9f7af1b",
            "last_updated": "2023-08-28T16:23:34.326724-04:00",
            "created_at": "2023-08-26T09:23:23.572070-04:00",
            "name": "CLE (L Allen)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01f3e7a2-ba9d-4cab-b33c-141f16b7301c/?format=api"
        }
    ]
}