GET /api/bet_types/e6da8baf-213c-44a0-810b-ef86e2deb1ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6da8baf-213c-44a0-810b-ef86e2deb1ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/0679666b-6759-4664-afc3-ea5237b8951e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-12T09:32:56.928338-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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "00ee09a9-0edb-477a-8c26-61129e42c57e",
            "gambit_id": "ea41ce33-45ab-4251-8fda-f27f611590a7",
            "last_updated": "2023-11-13T19:33:23.144084-05:00",
            "created_at": "2023-11-12T09:32:56.941944-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6da8baf-213c-44a0-810b-ef86e2deb1ca/?format=api"
        },
        {
            "id": "107a1ef3-f0af-4ee5-9ba3-e3273f0e2291",
            "gambit_id": "601c5fe6-0fe6-4294-92d1-408c06083040",
            "last_updated": "2023-11-13T19:33:23.147379-05:00",
            "created_at": "2023-11-12T09:32:56.957793-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6da8baf-213c-44a0-810b-ef86e2deb1ca/?format=api"
        }
    ]
}