GET /api/bet_types/1834de3b-8df2-496f-9b4a-112e0de3470a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1834de3b-8df2-496f-9b4a-112e0de3470a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a21012f1-0a47-49ad-8ca9-b82e36d42377/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:19.446249-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a54d227d-c592-491c-825e-fd3b21edbcdc",
            "gambit_id": "fb5934b6-0db4-4070-9fb3-9c8c61856dc1",
            "last_updated": "2024-02-01T10:48:00.657566-05:00",
            "created_at": "2024-01-31T09:58:19.450805-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1834de3b-8df2-496f-9b4a-112e0de3470a/?format=api"
        },
        {
            "id": "db844fbd-1949-451b-beba-b066701c9c8b",
            "gambit_id": "2ddad268-7d2d-4764-8a96-e38a6cff6190",
            "last_updated": "2024-02-01T10:48:00.660869-05:00",
            "created_at": "2024-01-31T09:58:19.454474-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1834de3b-8df2-496f-9b4a-112e0de3470a/?format=api"
        }
    ]
}