GET /api/bet_types/c4b7ecc6-74dc-45ca-bfd1-b4d2384e411e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4b7ecc6-74dc-45ca-bfd1-b4d2384e411e",
    "match": "https://api-prod.gambitprofit.com/api/matches/bba6e368-2a96-4100-848f-26b4154d7a12/?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 Over 216.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 216.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "91780e60-4e4c-4436-b369-2c50d21b0a22",
            "gambit_id": "b9b5f115-0d35-4e19-a21b-2859af2de6ee",
            "last_updated": "2022-10-24T10:07:06.896345-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 216.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b7ecc6-74dc-45ca-bfd1-b4d2384e411e/?format=api"
        },
        {
            "id": "41e8b776-007a-44cf-a531-9a6125d68915",
            "gambit_id": "cc624144-bb08-4105-9635-e4d0c33e0717",
            "last_updated": "2022-10-24T10:07:06.895244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 216.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b7ecc6-74dc-45ca-bfd1-b4d2384e411e/?format=api"
        }
    ]
}