GET /api/bet_types/6246fa52-7715-41fd-a171-a43ca0dfe9f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6246fa52-7715-41fd-a171-a43ca0dfe9f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8a769d8-b1e9-4c1e-bd92-9d18166bb7f6/?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": 5520.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4480.0
            }
        ],
        "expected_reward_tokens": 9273.6,
        "profit_sb": -226.4,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ad5a135-52fe-463d-9e4c-4c12aeff1c8f",
            "gambit_id": "555ca855-a6a4-44be-abc3-549e2a05b674",
            "last_updated": "2022-10-05T07:11:54.587947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6246fa52-7715-41fd-a171-a43ca0dfe9f2/?format=api"
        },
        {
            "id": "31d5fda4-2fb6-4826-a0a8-88ce642e145b",
            "gambit_id": "35357601-2f74-4a87-98bb-4ff2848a83e3",
            "last_updated": "2022-10-05T07:11:54.588964-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6246fa52-7715-41fd-a171-a43ca0dfe9f2/?format=api"
        }
    ]
}