GET /api/bet_types/70195e15-5876-47c9-82cd-c7248b6801f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70195e15-5876-47c9-82cd-c7248b6801f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/86d8e826-17b1-4938-89e6-899b69332b61/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-04T12:16:53.088869-04: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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "27e5c8d0-b1e1-48b2-8a07-f70aa6355d3e",
            "gambit_id": "e9c9489d-eb98-4dc8-8528-53ddb5c06cd5",
            "last_updated": "2023-06-05T10:57:24.073181-04:00",
            "created_at": "2023-06-04T12:16:53.093696-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70195e15-5876-47c9-82cd-c7248b6801f8/?format=api"
        },
        {
            "id": "88eefb3f-3cd9-4a2f-975c-97b348b42522",
            "gambit_id": "5b9f21c4-3e50-489d-829d-8b08d8f63a08",
            "last_updated": "2023-06-05T10:57:24.071482-04:00",
            "created_at": "2023-06-04T12:16:53.091145-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70195e15-5876-47c9-82cd-c7248b6801f8/?format=api"
        }
    ]
}