GET /api/bet_types/e39e65f8-8888-4078-a802-afc594bb6971/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e39e65f8-8888-4078-a802-afc594bb6971",
    "match": "https://api-prod.gambitprofit.com/api/matches/58fe9d9e-04d4-42e6-92df-a7c8fba1a44e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-05T10:03:21.146224-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": "Colorado Avalanche",
                "amount": 5107.0
            },
            {
                "team": "New York Rangers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "43a2023e-89e4-428f-976d-777191c56bee",
            "gambit_id": "25190007-839e-4b8e-9b7f-76f1b542d04a",
            "last_updated": "2024-02-07T01:52:57.951962-05:00",
            "created_at": "2024-02-05T10:03:21.150113-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e39e65f8-8888-4078-a802-afc594bb6971/?format=api"
        },
        {
            "id": "2588251a-5890-43a1-9a23-9d3f11bbbe7e",
            "gambit_id": "7b44b4d0-af11-4231-bc60-4681f874f6a0",
            "last_updated": "2024-02-07T01:52:57.956830-05:00",
            "created_at": "2024-02-05T10:03:21.157054-05:00",
            "name": "New York Rangers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e39e65f8-8888-4078-a802-afc594bb6971/?format=api"
        }
    ]
}