GET /api/bet_types/849d8b1f-a30d-4847-ae8f-6e12e60f751d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "849d8b1f-a30d-4847-ae8f-6e12e60f751d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bfbfafd-b901-4592-9aca-90ba6460572c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-20T08:43:04.439921-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "154ab4b2-d0c2-4d17-a4a8-8fb32d6af695",
            "gambit_id": "8e789756-cb68-4226-8283-6806d212e887",
            "last_updated": "2023-08-21T17:53:26.075288-04:00",
            "created_at": "2023-08-20T08:43:04.444845-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/849d8b1f-a30d-4847-ae8f-6e12e60f751d/?format=api"
        },
        {
            "id": "4defc647-7cf9-404d-8c35-1babc955fca6",
            "gambit_id": "5ce0e1d4-7236-4b0a-a2b2-8a9b8a56f5b6",
            "last_updated": "2023-08-21T17:53:26.078609-04:00",
            "created_at": "2023-08-20T08:43:04.450318-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/849d8b1f-a30d-4847-ae8f-6e12e60f751d/?format=api"
        }
    ]
}