GET /api/bet_types/7a9961e3-4bf0-4829-9a03-1b4ea90c0cb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a9961e3-4bf0-4829-9a03-1b4ea90c0cb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/790cd31d-5cd0-421e-b779-d1334fe24698/?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 7",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "519becd8-173c-46bc-b618-ad183ec88733",
            "gambit_id": "23018eeb-5723-4234-829d-6290ac38de9a",
            "last_updated": "2022-09-30T17:52:19.040511-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a9961e3-4bf0-4829-9a03-1b4ea90c0cb3/?format=api"
        },
        {
            "id": "1ae2af03-0a76-4df2-8e61-3487b7b4ca98",
            "gambit_id": "80437e3d-9065-4852-a211-0bc77a050248",
            "last_updated": "2022-09-30T17:52:19.041725-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a9961e3-4bf0-4829-9a03-1b4ea90c0cb3/?format=api"
        }
    ]
}