GET /api/bet_types/f982a12a-2a4a-4d15-8ccb-b8a7dc2aa1d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f982a12a-2a4a-4d15-8ccb-b8a7dc2aa1d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6ab960a-b3ac-4fc3-b3e7-8eff05ed441f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-13T09:07:58.274276-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 Over 11.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 11.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cfb5e30-1d60-4400-b3ea-dca08b0ff85a",
            "gambit_id": "d0f4588f-0900-4db3-9092-2ff19a6fb91c",
            "last_updated": "2023-09-15T10:23:22.832468-04:00",
            "created_at": "2023-09-13T09:07:58.281108-04:00",
            "name": "Game Total Over 11.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f982a12a-2a4a-4d15-8ccb-b8a7dc2aa1d7/?format=api"
        },
        {
            "id": "aa265dbb-4d30-4c93-9821-4f5c88be66a8",
            "gambit_id": "b13b112e-d6a9-49db-9d8f-4304c91fa081",
            "last_updated": "2023-09-15T10:23:22.836704-04:00",
            "created_at": "2023-09-13T09:07:58.286905-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f982a12a-2a4a-4d15-8ccb-b8a7dc2aa1d7/?format=api"
        }
    ]
}