GET /api/bet_types/802bf50f-93bd-4d36-97ca-af7150c7ab5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "802bf50f-93bd-4d36-97ca-af7150c7ab5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7475d91-54c4-4d05-9d75-ec9d705ac049/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 55",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 55",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "049dccae-7c9b-4178-a551-b9df0d589bbd",
            "gambit_id": "0a45bc27-5f2c-4bda-80f8-aeef6f823508",
            "last_updated": "2022-09-11T11:07:06.743307-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/802bf50f-93bd-4d36-97ca-af7150c7ab5c/?format=api"
        },
        {
            "id": "4b016942-ca91-463a-9d61-bcbcdbae714d",
            "gambit_id": "25e738db-536b-486c-8870-1b9da105032f",
            "last_updated": "2022-09-11T11:07:06.744495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/802bf50f-93bd-4d36-97ca-af7150c7ab5c/?format=api"
        }
    ]
}