GET /api/bet_types/612817c4-380a-4326-bfe3-621252e27c48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "612817c4-380a-4326-bfe3-621252e27c48",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb9b726e-4b01-486c-a7bd-ff5c2375c8b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-07T09:28:21.101199-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "560a40ea-ad63-4ed8-ab3f-7d80849bd3fd",
            "gambit_id": "df506799-dc9c-4edb-a146-de8b9449ea6a",
            "last_updated": "2023-06-08T16:28:13.731443-04:00",
            "created_at": "2023-06-07T09:28:21.106906-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/612817c4-380a-4326-bfe3-621252e27c48/?format=api"
        },
        {
            "id": "e20099c3-1019-42ec-9707-72b11dd4cb85",
            "gambit_id": "83c563e3-6f67-4168-8a20-4f81987e3217",
            "last_updated": "2023-06-08T16:28:13.733165-04:00",
            "created_at": "2023-06-07T09:28:21.103919-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/612817c4-380a-4326-bfe3-621252e27c48/?format=api"
        }
    ]
}