GET /api/bet_types/d5055533-83d0-48ed-a5d5-5b32f95d1240/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5055533-83d0-48ed-a5d5-5b32f95d1240",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57c5e93-e9a4-4963-91b1-a3397c3c0198/?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 7.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "b95865fd-6a0d-472f-9859-003e773dfeb2",
            "gambit_id": "31cb2266-6762-436c-9d56-69fcda9e6afa",
            "last_updated": "2022-10-04T13:17:05.804997-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5055533-83d0-48ed-a5d5-5b32f95d1240/?format=api"
        },
        {
            "id": "4cf067cf-1622-4561-877f-22d3c34da9cc",
            "gambit_id": "f60e2361-08dd-4bac-802f-9f3c11d3752b",
            "last_updated": "2022-10-04T13:17:05.806132-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5055533-83d0-48ed-a5d5-5b32f95d1240/?format=api"
        }
    ]
}