GET /api/bet_types/c5797956-4e1d-473c-af96-9c38abaf88be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5797956-4e1d-473c-af96-9c38abaf88be",
    "match": "https://api-prod.gambitprofit.com/api/matches/6411f6f6-b589-4a7b-a90d-b00e12c1bf67/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-14T09:12:19.450655-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 5.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "afe7ab15-16eb-4fde-8773-8977cfe9776f",
            "gambit_id": "2334de24-1ee8-420d-b905-3c2dd1d9234b",
            "last_updated": "2023-02-15T10:51:57.290047-05:00",
            "created_at": "2023-02-14T09:12:19.453799-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5797956-4e1d-473c-af96-9c38abaf88be/?format=api"
        },
        {
            "id": "91899222-cd19-46ea-a452-2b26d193d424",
            "gambit_id": "976c6c77-f450-4640-ac29-719919339e31",
            "last_updated": "2023-02-15T10:51:57.288856-05:00",
            "created_at": "2023-02-14T09:12:19.452319-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5797956-4e1d-473c-af96-9c38abaf88be/?format=api"
        }
    ]
}