GET /api/bet_types/65dd3ce9-5b5e-4573-b812-fee29951356a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65dd3ce9-5b5e-4573-b812-fee29951356a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bbe2754-b191-4817-89f0-d9fc9963c762/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-22T08:23:10.382316-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": "PIT (J Oviedo)",
                "amount": 5490.0
            },
            {
                "team": "STL (A Wainwright)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d231770-90c7-4da7-a852-228a72b958a6",
            "gambit_id": "fd526843-baaf-44aa-9ea8-35e2fa44fa18",
            "last_updated": "2023-08-23T10:03:13.209683-04:00",
            "created_at": "2023-08-22T08:23:10.390674-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65dd3ce9-5b5e-4573-b812-fee29951356a/?format=api"
        },
        {
            "id": "4bb9eab5-8130-4a4b-b1be-8630ad1b8646",
            "gambit_id": "b7d2651b-12ce-440a-8999-3069ef45b225",
            "last_updated": "2023-08-23T10:03:13.206303-04:00",
            "created_at": "2023-08-22T08:23:10.386247-04:00",
            "name": "STL (A Wainwright)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65dd3ce9-5b5e-4573-b812-fee29951356a/?format=api"
        }
    ]
}