GET /api/bet_types/844db65e-2d11-40b3-b6cd-c67910d2eb00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "844db65e-2d11-40b3-b6cd-c67910d2eb00",
    "match": "https://api-prod.gambitprofit.com/api/matches/0688f966-fc83-40c2-a3e1-44fb26d2a205/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T09:28:02.115739-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": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "55b13abc-d4eb-4476-9064-2ce9024a3d95",
            "gambit_id": "468e8e17-b140-4d05-b17f-e543729ec847",
            "last_updated": "2023-08-21T11:08:27.817202-04:00",
            "created_at": "2023-08-19T09:28:02.134964-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/844db65e-2d11-40b3-b6cd-c67910d2eb00/?format=api"
        },
        {
            "id": "56e2286f-e7c8-438b-8f65-8e9224ce1f64",
            "gambit_id": "c708c782-38f5-4251-98a0-d81c9a4ecb74",
            "last_updated": "2023-08-21T11:08:27.813863-04:00",
            "created_at": "2023-08-19T09:28:02.121185-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/844db65e-2d11-40b3-b6cd-c67910d2eb00/?format=api"
        }
    ]
}