GET /api/bet_types/2be04c8d-2907-4c0b-a0fd-22546b46f895/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2be04c8d-2907-4c0b-a0fd-22546b46f895",
    "match": "https://api-prod.gambitprofit.com/api/matches/c03a624e-3797-451f-93f6-b9329d81c2d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:18:01.900628-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0568af3-f031-40df-bab7-b17c6bcfd9a6",
            "gambit_id": "b8ef7373-e0a3-4eda-b551-906aed1e697d",
            "last_updated": "2023-12-26T15:08:11.937505-05:00",
            "created_at": "2023-12-23T09:18:01.905114-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be04c8d-2907-4c0b-a0fd-22546b46f895/?format=api"
        },
        {
            "id": "8de526ae-2f4a-4f4b-b4b8-36a02b0dcaf1",
            "gambit_id": "db1c0b5f-ce01-4578-b0c9-c276e095cbbc",
            "last_updated": "2023-12-26T15:08:11.940884-05:00",
            "created_at": "2023-12-23T09:18:01.910311-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be04c8d-2907-4c0b-a0fd-22546b46f895/?format=api"
        }
    ]
}