GET /api/bet_types/239e28e6-0215-4728-b0b3-763aa6cbd9f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "239e28e6-0215-4728-b0b3-763aa6cbd9f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d126ed1-c7d0-4ee9-a98f-fc2ed2234e4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-13T08:57:56.552439-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": 7280.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "d620665e-39c6-4510-9c07-31aca4d3c3ef",
            "gambit_id": "3e4a78af-c930-4610-82f8-acdf5b8ccf7d",
            "last_updated": "2023-12-15T10:03:18.254204-05:00",
            "created_at": "2023-12-13T08:57:56.563432-05:00",
            "name": "Miami Heat",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/239e28e6-0215-4728-b0b3-763aa6cbd9f0/?format=api"
        },
        {
            "id": "3e7cd2e7-fb1f-43bb-a80d-09dc8cde57e2",
            "gambit_id": "9a84c144-ab61-416b-a42c-59b5fe093df2",
            "last_updated": "2023-12-15T10:03:18.246312-05:00",
            "created_at": "2023-12-13T08:57:56.557423-05:00",
            "name": "Charlotte Hornets",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/239e28e6-0215-4728-b0b3-763aa6cbd9f0/?format=api"
        }
    ]
}