GET /api/bet_types/d0f683fc-0f82-4e5f-8fd5-e67174f18dca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0f683fc-0f82-4e5f-8fd5-e67174f18dca",
    "match": "https://api-prod.gambitprofit.com/api/matches/dea859da-f75d-434b-8fb0-5650f21ee5ad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:41:57.553883-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce0bbdc8-007e-4c7b-894d-abf7a53c4aab",
            "gambit_id": "fd9d8e13-6d46-44d1-b3b1-7cbcfe40a462",
            "last_updated": "2023-03-08T09:31:57.164480-05:00",
            "created_at": "2023-03-07T09:41:57.556738-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0f683fc-0f82-4e5f-8fd5-e67174f18dca/?format=api"
        },
        {
            "id": "be431648-41d0-40a5-8d95-f7ddd0321f51",
            "gambit_id": "eb892ab0-dc2d-4c46-9bfd-fd4cdb80c653",
            "last_updated": "2023-03-08T09:31:57.163394-05:00",
            "created_at": "2023-03-07T09:41:57.555265-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0f683fc-0f82-4e5f-8fd5-e67174f18dca/?format=api"
        }
    ]
}