GET /api/bet_types/1229cb4f-3767-449f-bc1c-329ca92ced10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1229cb4f-3767-449f-bc1c-329ca92ced10",
    "match": "https://api-prod.gambitprofit.com/api/matches/729eca56-73f9-4dc6-b520-ec71d7cf383d/?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 Under 2.5",
                "amount": 5127.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4873.0
            }
        ],
        "expected_reward_tokens": 8868.86,
        "profit_sb": -131.14,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "02cf9a95-1aa2-4e8c-acbf-a90f9d9441ea",
            "gambit_id": "e316feef-fac2-4209-9881-c96e2fa40f70",
            "last_updated": "2022-08-15T13:47:13.312437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1229cb4f-3767-449f-bc1c-329ca92ced10/?format=api"
        },
        {
            "id": "51bc51ef-c906-4584-9398-3bd9958217ca",
            "gambit_id": "9d49aa2f-8a21-49ec-915f-e3a050b02685",
            "last_updated": "2022-08-15T13:47:13.311938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1229cb4f-3767-449f-bc1c-329ca92ced10/?format=api"
        }
    ]
}