GET /api/bet_types/b896cb31-ad56-4471-9988-2e789be0b72a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b896cb31-ad56-4471-9988-2e789be0b72a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b836475-4358-4465-97f6-dfe0909818f6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-29T11:58:22.630506-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cccf0279-3848-45bb-8852-13a2627fe177",
            "gambit_id": "031d96b2-4a47-455e-bf4a-951ad2632033",
            "last_updated": "2023-06-30T10:43:12.487476-04:00",
            "created_at": "2023-06-29T11:58:22.635239-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b896cb31-ad56-4471-9988-2e789be0b72a/?format=api"
        },
        {
            "id": "ff5860cf-9ec5-4085-926a-fbdcc7407a5d",
            "gambit_id": "5d9b2261-14ac-4976-a173-903529ad457b",
            "last_updated": "2023-06-30T10:43:12.486037-04:00",
            "created_at": "2023-06-29T11:58:22.632707-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b896cb31-ad56-4471-9988-2e789be0b72a/?format=api"
        }
    ]
}