GET /api/bet_types/a35da4eb-ec63-4558-b7b0-3d217984007d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a35da4eb-ec63-4558-b7b0-3d217984007d",
    "match": "https://api-prod.gambitprofit.com/api/matches/31290e09-c85e-471c-90a6-677243c4a11d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:05.347364-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": "Ottawa Senators",
                "amount": 5214.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "b13b9268-efd6-4d16-a189-9ea28094926a",
            "gambit_id": "94170367-71b9-4853-9332-5b62ff5a8e8f",
            "last_updated": "2023-11-06T09:23:26.382880-05:00",
            "created_at": "2023-11-04T09:48:05.356188-04:00",
            "name": "Ottawa Senators",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a35da4eb-ec63-4558-b7b0-3d217984007d/?format=api"
        },
        {
            "id": "b7235dbc-c569-4acd-a827-1b8258254466",
            "gambit_id": "bb0bf3a4-3c89-4528-96e9-680d5b8e7c47",
            "last_updated": "2023-11-06T09:23:26.378738-05:00",
            "created_at": "2023-11-04T09:48:05.351547-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a35da4eb-ec63-4558-b7b0-3d217984007d/?format=api"
        }
    ]
}