GET /api/bet_types/b3964e71-d7d3-47ba-9e08-6ad6f54baeea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3964e71-d7d3-47ba-9e08-6ad6f54baeea",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e2cd0ba-f410-4af8-8e9e-2508b2382d53/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T13:07:09.358862-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 Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "4879c2ee-3931-4d0f-98cd-fba05b33f5fb",
            "gambit_id": "1335a5cb-ab6c-4dbb-b044-0fd5ccfd8bd2",
            "last_updated": "2023-03-06T13:32:02.702221-05:00",
            "created_at": "2023-03-03T13:07:09.360134-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.85000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3964e71-d7d3-47ba-9e08-6ad6f54baeea/?format=api"
        },
        {
            "id": "9a8b6eb5-4638-46db-8495-93c7c1238b43",
            "gambit_id": "6dda18ea-f48c-48a7-a8d1-960dbe402f91",
            "last_updated": "2023-03-06T13:32:02.703369-05:00",
            "created_at": "2023-03-03T13:07:09.361408-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.85000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3964e71-d7d3-47ba-9e08-6ad6f54baeea/?format=api"
        }
    ]
}