GET /api/bet_types/561b3d34-8337-4223-813d-72c6ab74fbdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "561b3d34-8337-4223-813d-72c6ab74fbdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fd34919-13ac-4f71-b068-f26bfc90b709/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-13T12:58:22.141553-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "baf081ac-8855-407c-ade1-b8b5d5e05d80",
            "gambit_id": "7f8a89b5-5b5e-49a4-bdd9-4ace542cf0fa",
            "last_updated": "2023-09-15T10:23:23.802063-04:00",
            "created_at": "2023-09-13T12:58:22.145572-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/561b3d34-8337-4223-813d-72c6ab74fbdd/?format=api"
        },
        {
            "id": "1cf21c32-df35-46f8-8eac-0047e878b365",
            "gambit_id": "5a473669-7c9d-4af7-bcf3-e200dcbcb95c",
            "last_updated": "2023-09-15T10:23:23.805573-04:00",
            "created_at": "2023-09-13T12:58:22.149734-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/561b3d34-8337-4223-813d-72c6ab74fbdd/?format=api"
        }
    ]
}