GET /api/bet_types/b85b4b76-f96f-438f-8d26-43270603ee34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b85b4b76-f96f-438f-8d26-43270603ee34",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bdf8d49-1393-437c-98c3-7153a4244407/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-02T12:12:04.451318-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a9875e3-962b-45cd-8075-b8c28c2d2853",
            "gambit_id": "3a7057a6-e961-4d78-9cc1-f11193bc0f9e",
            "last_updated": "2023-02-03T10:11:51.381325-05:00",
            "created_at": "2023-02-02T12:12:04.452651-05:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b85b4b76-f96f-438f-8d26-43270603ee34/?format=api"
        },
        {
            "id": "28afce90-8ede-40a5-9052-1ef2b2a9df2c",
            "gambit_id": "59d2d529-dc77-49a0-ba1d-245b8fd53b52",
            "last_updated": "2023-02-03T10:11:51.382553-05:00",
            "created_at": "2023-02-02T12:12:04.454027-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b85b4b76-f96f-438f-8d26-43270603ee34/?format=api"
        }
    ]
}