GET /api/bet_types/fbf2f2e0-099e-46f2-9916-31c35b5282ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbf2f2e0-099e-46f2-9916-31c35b5282ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cd4d17e-7ad3-4175-a89b-ad25bf2f3ed7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:12.854919-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 Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "06cd22b8-edf8-489d-b414-c3258d3a36e9",
            "gambit_id": "d1420731-2b6f-4831-b524-52ed70f2cb61",
            "last_updated": "2023-04-10T14:27:26.767326-04:00",
            "created_at": "2023-04-09T09:27:12.864248-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbf2f2e0-099e-46f2-9916-31c35b5282ad/?format=api"
        },
        {
            "id": "9f1849d5-b9bc-491b-8135-da46ec8406a0",
            "gambit_id": "abdd78d1-4b23-4e55-a34c-4be865ac5e1d",
            "last_updated": "2023-04-10T14:27:26.764621-04:00",
            "created_at": "2023-04-09T09:27:12.857714-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbf2f2e0-099e-46f2-9916-31c35b5282ad/?format=api"
        }
    ]
}