GET /api/bet_types/5f76d93e-b1a2-4aee-ad55-626723242b8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f76d93e-b1a2-4aee-ad55-626723242b8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/13478da8-6821-437f-8e3e-882347ff6876/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:52:00.613923-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": "Kamaru Usman",
                "amount": 6714.0
            },
            {
                "team": "Leon Edwards",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9265.32,
        "profit_sb": -234.68,
        "profit_sb_percentage": -2.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "836cd82b-1ba9-44d2-a5a4-f4e2e80a7c6f",
            "gambit_id": "ef86e4a9-0a44-4265-8f2a-8df12d9760e3",
            "last_updated": "2023-03-20T10:01:58.311203-04:00",
            "created_at": "2023-03-18T08:52:00.616536-04:00",
            "name": "Kamaru Usman",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f76d93e-b1a2-4aee-ad55-626723242b8c/?format=api"
        },
        {
            "id": "f0195aef-1c6b-495b-a6db-9c915bf9401c",
            "gambit_id": "5cd0bb5f-d60d-420f-ac89-1ebada1654da",
            "last_updated": "2023-03-20T10:01:58.313478-04:00",
            "created_at": "2023-03-18T08:52:00.618992-04:00",
            "name": "Leon Edwards",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f76d93e-b1a2-4aee-ad55-626723242b8c/?format=api"
        }
    ]
}