GET /api/bet_types/b88c1b63-66a1-41c7-b62e-82734d49bde5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b88c1b63-66a1-41c7-b62e-82734d49bde5",
    "match": "https://api-prod.gambitprofit.com/api/matches/93236dc3-35d5-4f8c-a913-2828bd1beb6c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T22:48:24.723914-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": "Carolina Panthers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "88fe4f57-5535-4dfb-a7be-6985aa92ce74",
            "gambit_id": "44eab4e6-acc6-4232-8db9-8133ca0e4098",
            "last_updated": "2023-09-11T11:13:25.667993-04:00",
            "created_at": "2023-09-06T22:48:24.727999-04:00",
            "name": "Carolina Panthers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b88c1b63-66a1-41c7-b62e-82734d49bde5/?format=api"
        },
        {
            "id": "79aea1e2-45b7-4dcf-82f3-629f14f322dc",
            "gambit_id": "07701216-f11c-4f7f-84c3-5a7218fb6164",
            "last_updated": "2023-09-11T11:13:25.671348-04:00",
            "created_at": "2023-09-06T22:48:24.732413-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b88c1b63-66a1-41c7-b62e-82734d49bde5/?format=api"
        }
    ]
}