GET /api/bet_types/34c08e16-29cc-4b72-85b0-139e6e4f3fda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34c08e16-29cc-4b72-85b0-139e6e4f3fda",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e40d70e-d2c7-41d7-b089-3d3d75240c22/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-28T12:37:02.006525-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": "Game Total Over 2.5",
                "amount": 5387.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 9318.26,
        "profit_sb": -181.74,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "910f5e49-2e4a-4184-8625-36235d69706f",
            "gambit_id": "ec031551-bda9-47a6-ae9a-6ffda43a1f53",
            "last_updated": "2023-03-02T07:37:05.244352-05:00",
            "created_at": "2023-02-28T12:37:02.009071-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.73000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34c08e16-29cc-4b72-85b0-139e6e4f3fda/?format=api"
        },
        {
            "id": "52510358-d7b2-4d8c-9bc0-82ea183f4b03",
            "gambit_id": "700152fd-f18d-4be2-bd4b-253aff2afa64",
            "last_updated": "2023-03-02T07:37:05.243117-05:00",
            "created_at": "2023-02-28T12:37:02.007773-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34c08e16-29cc-4b72-85b0-139e6e4f3fda/?format=api"
        }
    ]
}