GET /api/bet_types/9781737c-99a2-4b6e-8cc4-ad2bbb3f716a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9781737c-99a2-4b6e-8cc4-ad2bbb3f716a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbb54827-8b1d-4420-8036-a3e8be008302/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-15T09:23:05.892977-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "54d14978-358d-45e8-ba23-5361ce6b1205",
            "gambit_id": "0a294050-cf8a-4a81-973e-0726902e8c42",
            "last_updated": "2023-09-18T08:48:18.772689-04:00",
            "created_at": "2023-09-15T09:23:05.926560-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9781737c-99a2-4b6e-8cc4-ad2bbb3f716a/?format=api"
        },
        {
            "id": "97f0a152-a4a0-42b5-be0a-8ba9840b6183",
            "gambit_id": "05027ef6-14f7-40e9-8df7-c469d814ad7e",
            "last_updated": "2023-09-18T08:48:18.769018-04:00",
            "created_at": "2023-09-15T09:23:05.914929-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9781737c-99a2-4b6e-8cc4-ad2bbb3f716a/?format=api"
        }
    ]
}