GET /api/bet_types/e6a64671-1c11-4b9c-8dd3-8872463f090d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6a64671-1c11-4b9c-8dd3-8872463f090d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cc1747e-4a90-4afd-bd77-7eb601c71dc1/?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 47.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad7f305f-e934-4d28-ae66-25da98f8c348",
            "gambit_id": "258c580f-694b-4e84-8e54-6e8c18efc5dc",
            "last_updated": "2022-10-24T10:52:23.124558-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6a64671-1c11-4b9c-8dd3-8872463f090d/?format=api"
        },
        {
            "id": "bb1a8695-1df5-410c-aade-94f13f127289",
            "gambit_id": "e2f57687-6934-4b85-834b-5ea8461dc785",
            "last_updated": "2022-10-24T10:52:23.123358-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6a64671-1c11-4b9c-8dd3-8872463f090d/?format=api"
        }
    ]
}