GET /api/bet_types/314c0e71-ffe6-4775-8d7f-0abb89ade85e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "314c0e71-ffe6-4775-8d7f-0abb89ade85e",
    "match": "https://api-prod.gambitprofit.com/api/matches/89cbb5e0-efc8-4704-9261-061f3768aaec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-18T08:53:09.959198-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dc2baea-ed8f-4259-b4db-c77054d889fd",
            "gambit_id": "241250d8-2f17-4416-a8aa-4e9977e487f0",
            "last_updated": "2023-07-20T09:53:26.299086-04:00",
            "created_at": "2023-07-18T08:53:09.962192-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314c0e71-ffe6-4775-8d7f-0abb89ade85e/?format=api"
        },
        {
            "id": "1ab5b78c-7288-4cbb-a853-ba50c4b5cba7",
            "gambit_id": "d014ff35-b84b-4a1a-9d45-f340c4881b6a",
            "last_updated": "2023-07-20T09:53:26.297794-04:00",
            "created_at": "2023-07-18T08:53:09.960566-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314c0e71-ffe6-4775-8d7f-0abb89ade85e/?format=api"
        }
    ]
}