GET /api/bet_types/c610d17b-470c-4b79-9c78-6463f21729c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c610d17b-470c-4b79-9c78-6463f21729c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd5ed03c-3869-4b2b-ab7c-705b1e2b1ab8/?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 5.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "a40380c3-7bff-403d-8535-5e13e72e0553",
            "gambit_id": "5a4fd5d4-dd0d-499b-a7c3-9c3eb89cb24e",
            "last_updated": "2022-12-10T18:47:00.839450-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c610d17b-470c-4b79-9c78-6463f21729c5/?format=api"
        },
        {
            "id": "ada27398-aab9-44ee-857e-9cc00629a43f",
            "gambit_id": "a3e62390-9049-486c-9e49-c219586ab5a4",
            "last_updated": "2022-12-10T18:47:00.837683-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c610d17b-470c-4b79-9c78-6463f21729c5/?format=api"
        }
    ]
}