GET /api/bet_types/add3376d-2a6d-48f9-afdb-0c0b44ef23f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "add3376d-2a6d-48f9-afdb-0c0b44ef23f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/cef341ca-7ccc-4c06-a478-671a1ff90c06/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-22T10:13:14.976188-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": "Miami Heat",
                "amount": 5107.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcb6e5ff-acd7-4e65-ac60-00a67717e514",
            "gambit_id": "3ec4ad2c-22f0-4afa-87e7-739ad9089912",
            "last_updated": "2023-12-23T21:08:17.753904-05:00",
            "created_at": "2023-12-22T10:13:14.984543-05:00",
            "name": "Miami Heat",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add3376d-2a6d-48f9-afdb-0c0b44ef23f9/?format=api"
        },
        {
            "id": "e88f3d8f-3ccd-4474-9448-eb79fbefd0f5",
            "gambit_id": "fb933782-5708-4c9e-9da1-1879be5d22c7",
            "last_updated": "2023-12-23T21:08:17.750618-05:00",
            "created_at": "2023-12-22T10:13:14.980321-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add3376d-2a6d-48f9-afdb-0c0b44ef23f9/?format=api"
        }
    ]
}