GET /api/bet_types/b5c15a2d-21a4-4ce2-8400-a00f38112af4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5c15a2d-21a4-4ce2-8400-a00f38112af4",
    "match": "https://api-prod.gambitprofit.com/api/matches/901b8cd8-dc78-437f-b6c2-4dcd09f26327/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-12T10:03:08.796774-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 Angeles Lakers",
                "amount": 5867.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "b28fd02f-01db-414a-a195-288aeabad109",
            "gambit_id": "af9a99a2-53de-4e61-ad17-0406855ba09b",
            "last_updated": "2023-12-13T09:43:10.413711-05:00",
            "created_at": "2023-12-12T10:03:08.801124-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5c15a2d-21a4-4ce2-8400-a00f38112af4/?format=api"
        },
        {
            "id": "f38addfa-ddaf-43d0-a9f8-af2636759766",
            "gambit_id": "28f6fb12-22d6-422e-b999-f103479a2f32",
            "last_updated": "2023-12-13T09:43:10.417082-05:00",
            "created_at": "2023-12-12T10:03:08.805252-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5c15a2d-21a4-4ce2-8400-a00f38112af4/?format=api"
        }
    ]
}