GET /api/bet_types/b8c6d1c9-c585-4c92-b9b6-9a88bd84b718/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8c6d1c9-c585-4c92-b9b6-9a88bd84b718",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e721c8d-b2cd-443a-ae00-893bd2dfdee4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:41:51.408974-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 Over 2.5",
                "amount": 5875.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4125.0
            }
        ],
        "expected_reward_tokens": 9281.25,
        "profit_sb": -218.75,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba72f43e-e9fc-420f-8e02-2c70ba6fdb31",
            "gambit_id": "d33673d1-1318-4661-a029-a3d4d61b75ed",
            "last_updated": "2023-04-27T11:52:05.393566-04:00",
            "created_at": "2023-04-25T11:41:51.414575-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c6d1c9-c585-4c92-b9b6-9a88bd84b718/?format=api"
        },
        {
            "id": "4dd76313-dc59-466f-9398-ceaef4dbea4a",
            "gambit_id": "f25c20f5-e079-4e66-a070-080cb9022011",
            "last_updated": "2023-04-27T11:52:05.391638-04:00",
            "created_at": "2023-04-25T11:41:51.411864-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c6d1c9-c585-4c92-b9b6-9a88bd84b718/?format=api"
        }
    ]
}