GET /api/bet_types/978c78e9-b25f-4ecc-9c5c-150361efa08a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "978c78e9-b25f-4ecc-9c5c-150361efa08a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf0792ae-a6b1-46eb-b676-59e68ed0767c/?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 Over 8",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": 332.7,
        "profit_sb_percentage": 3.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "96e16ea7-db5b-46eb-812b-3c5dfac172e2",
            "gambit_id": "d4d50c93-6543-4ab1-b204-56af5e7b6b1d",
            "last_updated": "2022-09-30T09:47:09.945001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/978c78e9-b25f-4ecc-9c5c-150361efa08a/?format=api"
        },
        {
            "id": "2bf9a3a1-962c-439c-90b9-6e51de68843b",
            "gambit_id": "fd33d077-206d-4e8a-8abe-ae5941d508a6",
            "last_updated": "2022-09-30T09:47:09.943862-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/978c78e9-b25f-4ecc-9c5c-150361efa08a/?format=api"
        }
    ]
}