GET /api/bet_types/4a4496ac-ca07-4aa8-abfa-666e34d8f54e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a4496ac-ca07-4aa8-abfa-666e34d8f54e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1f9dfc8-b7c7-462a-a17e-16a35dd7b0ca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-17T11:06:50.863885-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": "88d18b4d-6f56-41fa-a2b9-dfd80faef664",
            "gambit_id": "a1d1261b-51a7-4732-9612-92a9eb588f14",
            "last_updated": "2023-05-18T11:47:19.489830-04:00",
            "created_at": "2023-05-17T11:06:50.868256-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/4a4496ac-ca07-4aa8-abfa-666e34d8f54e/?format=api"
        },
        {
            "id": "a59f7598-084d-44f4-8bb2-d66741a09694",
            "gambit_id": "b5ecd76c-650a-42c7-a22f-30b298ee1e29",
            "last_updated": "2023-05-18T11:47:19.487876-04:00",
            "created_at": "2023-05-17T11:06:50.866183-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/4a4496ac-ca07-4aa8-abfa-666e34d8f54e/?format=api"
        }
    ]
}