GET /api/bet_types/d6491db4-d8a8-4048-b97e-cb487fc9d018/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6491db4-d8a8-4048-b97e-cb487fc9d018",
    "match": "https://api-prod.gambitprofit.com/api/matches/119abfcf-17de-40c7-b754-908c947fe19a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:09.573672-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": "Philadelphia Flyers",
                "amount": 5319.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "827caf85-d75b-4943-9b55-c95841315ea3",
            "gambit_id": "af2aec61-7cf8-455e-b081-276d13c3c41d",
            "last_updated": "2023-12-18T10:23:37.137442-05:00",
            "created_at": "2023-12-16T09:23:09.589169-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6491db4-d8a8-4048-b97e-cb487fc9d018/?format=api"
        },
        {
            "id": "3a1bdc1f-7013-4804-be99-dfa5cc052291",
            "gambit_id": "b87bc281-1989-41f0-b134-744932caba0e",
            "last_updated": "2023-12-18T10:23:37.134122-05:00",
            "created_at": "2023-12-16T09:23:09.580873-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6491db4-d8a8-4048-b97e-cb487fc9d018/?format=api"
        }
    ]
}