GET /api/bet_types/77cbee94-8379-4ec3-8d4a-353dacc78049/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77cbee94-8379-4ec3-8d4a-353dacc78049",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ec8c09d-22a1-47ee-9ad2-032875d0ff1c/?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 6.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "135abba3-f103-4674-8592-e6a03c2d442b",
            "gambit_id": "d4beb382-bb1c-43f8-985e-89a2d4642e00",
            "last_updated": "2022-12-20T20:17:22.700499-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77cbee94-8379-4ec3-8d4a-353dacc78049/?format=api"
        },
        {
            "id": "25abcd4a-a579-4660-856c-7344fd1777cd",
            "gambit_id": "13cea83a-63f8-4edc-a3c9-c607cc7f7e9e",
            "last_updated": "2022-12-20T20:17:22.701661-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77cbee94-8379-4ec3-8d4a-353dacc78049/?format=api"
        }
    ]
}