GET /api/bet_types/1b7e67ee-863f-4b61-bbd8-4cd796705239/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b7e67ee-863f-4b61-bbd8-4cd796705239",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ec19d29-f977-4d00-af6a-f076bc2f7772/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:18:00.449182-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5751057c-9aba-4dd1-8ec7-6e573670d4ab",
            "gambit_id": "c60cbe62-d223-431f-888b-0fd6f0e2db3d",
            "last_updated": "2023-12-26T15:13:19.512744-05:00",
            "created_at": "2023-12-23T09:18:00.452952-05:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b7e67ee-863f-4b61-bbd8-4cd796705239/?format=api"
        },
        {
            "id": "5a4a4518-f68c-446b-8031-6e0cdba38975",
            "gambit_id": "f3f41434-85cb-4662-a035-4c8d0136cb7d",
            "last_updated": "2023-12-26T15:13:19.519421-05:00",
            "created_at": "2023-12-23T09:18:00.457047-05:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b7e67ee-863f-4b61-bbd8-4cd796705239/?format=api"
        }
    ]
}