GET /api/bet_types/cb2b17d9-a9a2-4162-86a5-d92244bb9c3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb2b17d9-a9a2-4162-86a5-d92244bb9c3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a15ded8-73f9-4f10-91a5-faaf2e463454/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T10:03:17.479011-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 245.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 245.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "735161ba-c36c-4a43-9700-9ec817931ae3",
            "gambit_id": "d0a8e255-316f-4687-adfa-1006051e8836",
            "last_updated": "2023-12-22T15:23:27.200360-05:00",
            "created_at": "2023-12-20T10:03:17.483134-05:00",
            "name": "Game Total Over 245.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb2b17d9-a9a2-4162-86a5-d92244bb9c3a/?format=api"
        },
        {
            "id": "b8a7638d-a9b9-48b9-91e0-a0375e7e677a",
            "gambit_id": "a85b8854-8853-4efb-aaae-bfb77e739685",
            "last_updated": "2023-12-22T15:23:27.203637-05:00",
            "created_at": "2023-12-20T10:03:17.488278-05:00",
            "name": "Game Total Under 245.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb2b17d9-a9a2-4162-86a5-d92244bb9c3a/?format=api"
        }
    ]
}