GET /api/bet_types/39bdf1ef-591c-492a-ae25-761094331992/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39bdf1ef-591c-492a-ae25-761094331992",
    "match": "https://api-prod.gambitprofit.com/api/matches/76c0d9a0-2565-4df1-b6f9-eec89fcdbe20/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T22:07:06.746135-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 Under 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "87c6752a-c196-4896-a72a-bb68620e8eb2",
            "gambit_id": "c8f2b58d-cac8-48aa-856d-b019ea35cfe4",
            "last_updated": "2023-04-09T12:37:08.012202-04:00",
            "created_at": "2023-04-04T22:07:06.748326-04:00",
            "name": "Game Total Under 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39bdf1ef-591c-492a-ae25-761094331992/?format=api"
        },
        {
            "id": "9f3f7f12-c224-412e-9db6-d490c3db471c",
            "gambit_id": "f534550e-66d8-43c2-bb0c-ac4d1c694f5e",
            "last_updated": "2023-04-09T12:37:08.015036-04:00",
            "created_at": "2023-04-04T22:07:06.750351-04:00",
            "name": "Game Total Over 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39bdf1ef-591c-492a-ae25-761094331992/?format=api"
        }
    ]
}