GET /api/bet_types/c579bcaa-d846-4b95-99e4-14a3d939c55d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c579bcaa-d846-4b95-99e4-14a3d939c55d",
    "match": "https://api-prod.gambitprofit.com/api/matches/94358329-7778-42b2-b27c-0c61793ecb03/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T11:07:14.175581-04: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": 5523.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4477.0
            }
        ],
        "expected_reward_tokens": 9222.62,
        "profit_sb": -277.38,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "2880836c-3b4e-4ba9-8388-a3072babbe69",
            "gambit_id": "b7019061-b232-45d6-8670-705b4014d801",
            "last_updated": "2023-04-04T19:42:05.656491-04:00",
            "created_at": "2023-03-31T11:07:14.178367-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c579bcaa-d846-4b95-99e4-14a3d939c55d/?format=api"
        },
        {
            "id": "d9f6f1be-ebf4-44ec-a1a4-83b5734ea984",
            "gambit_id": "a1cbd46f-7d3e-42e6-99c6-d6f926c15ca0",
            "last_updated": "2023-04-04T19:42:05.658143-04:00",
            "created_at": "2023-03-31T11:07:14.180949-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c579bcaa-d846-4b95-99e4-14a3d939c55d/?format=api"
        }
    ]
}