GET /api/bet_types/1e32626e-2ec9-4a92-83f4-f24dd0cb2c14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e32626e-2ec9-4a92-83f4-f24dd0cb2c14",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6e4c56e-461b-4f93-981b-bdef3bfe4adf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T10:27:04.211309-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": "Pittsburgh Penguins",
                "amount": 8000.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2000.0
            }
        ],
        "expected_reward_tokens": 9440.0,
        "profit_sb": -60.0,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e5430e8-712b-44ef-9f9f-420f56812986",
            "gambit_id": "f19e5327-6db9-47d5-a446-ef4e96101dd8",
            "last_updated": "2023-04-13T11:22:20.514993-04:00",
            "created_at": "2023-04-11T10:27:04.213817-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.18000",
            "odds": "1.19230",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e32626e-2ec9-4a92-83f4-f24dd0cb2c14/?format=api"
        },
        {
            "id": "22f3d7e4-aaa1-4440-9680-8c366b0ecdee",
            "gambit_id": "52140819-69f0-4d9e-bd3e-00b053efd4a9",
            "last_updated": "2023-04-13T11:22:20.517226-04:00",
            "created_at": "2023-04-11T10:27:04.216531-04:00",
            "name": "Chicago Blackhawks",
            "reward": "4.72000",
            "odds": "4.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e32626e-2ec9-4a92-83f4-f24dd0cb2c14/?format=api"
        }
    ]
}