GET /api/bet_types/3e4122da-07b7-4f0f-b0be-fd1b67a2a6a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e4122da-07b7-4f0f-b0be-fd1b67a2a6a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2deceee3-e8a7-438d-bf02-a2e57fa6efa1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T08:33:19.775915-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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "904aa9ca-4dd6-4da5-87fe-2ba2a4f81c74",
            "gambit_id": "800e64ef-ccf4-44f1-974d-66fd833b8e8e",
            "last_updated": "2023-08-07T14:53:06.613522-04:00",
            "created_at": "2023-08-05T08:33:19.794821-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e4122da-07b7-4f0f-b0be-fd1b67a2a6a2/?format=api"
        },
        {
            "id": "a60c35b8-a018-4d79-aa4c-61573670c430",
            "gambit_id": "9d89ec54-72f2-4d3e-82aa-fd1cd8433711",
            "last_updated": "2023-08-07T14:53:06.617338-04:00",
            "created_at": "2023-08-05T08:33:19.801035-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e4122da-07b7-4f0f-b0be-fd1b67a2a6a2/?format=api"
        }
    ]
}