GET /api/bet_types/67b93d94-010f-4ef9-bcbe-ab9a50fa7db5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67b93d94-010f-4ef9-bcbe-ab9a50fa7db5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e03360da-ed82-4980-b705-e6442ca57ddd/?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 2.5",
                "amount": 6011.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3989.0
            }
        ],
        "expected_reward_tokens": 8895.47,
        "profit_sb": -104.53,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3c58b29-e8a8-4ef5-990c-20dd09102ea5",
            "gambit_id": "1221cdb0-0c0a-4e16-8894-addeb634352a",
            "last_updated": "2022-08-21T18:47:01.199456-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b93d94-010f-4ef9-bcbe-ab9a50fa7db5/?format=api"
        },
        {
            "id": "6170ce72-5bc3-4140-ace5-38546cb4bbef",
            "gambit_id": "eb3aa0ad-82fd-4a8c-8d5c-a8befdf4babf",
            "last_updated": "2022-08-21T18:47:01.198990-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b93d94-010f-4ef9-bcbe-ab9a50fa7db5/?format=api"
        }
    ]
}