GET /api/bet_types/b117fe2a-9b2d-4368-94cd-2550cc755c58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b117fe2a-9b2d-4368-94cd-2550cc755c58",
    "match": "https://api-prod.gambitprofit.com/api/matches/0eaa48fa-dc65-41a2-9832-c5c373f091e0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-06T08:38:16.331448-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": "Game Total Over 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "76e26621-f326-4981-bbdb-c3647a518063",
            "gambit_id": "4d9801b7-9bad-4bb3-82ed-b04205f35c11",
            "last_updated": "2023-08-13T10:37:58.508467-04:00",
            "created_at": "2023-08-06T08:38:16.335655-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b117fe2a-9b2d-4368-94cd-2550cc755c58/?format=api"
        },
        {
            "id": "eb54aa16-4e4f-4a3c-9737-2058bcc9f8fd",
            "gambit_id": "ab26bfd1-57fc-47e1-9405-fa60ae71d11a",
            "last_updated": "2023-08-13T10:37:58.513384-04:00",
            "created_at": "2023-08-06T08:38:16.340808-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b117fe2a-9b2d-4368-94cd-2550cc755c58/?format=api"
        }
    ]
}