GET /api/bet_types/237fc304-96f3-44e7-9cde-5925057c1c2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "237fc304-96f3-44e7-9cde-5925057c1c2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/50e433e5-3100-4791-8c9e-e02484e26cd1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-21T10:17:15.672000-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": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "526797eb-7d11-4665-bf71-4bb80606f075",
            "gambit_id": "39b583aa-5b48-466c-9d6b-ee87e4c751e5",
            "last_updated": "2023-05-22T13:42:04.097038-04:00",
            "created_at": "2023-05-21T10:17:15.675879-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237fc304-96f3-44e7-9cde-5925057c1c2a/?format=api"
        },
        {
            "id": "41967994-1ad6-4be0-ac02-2ba68f790718",
            "gambit_id": "a691fe67-68e4-4f18-8be3-2d6e24012a68",
            "last_updated": "2023-05-22T13:42:04.099565-04:00",
            "created_at": "2023-05-21T10:17:15.673893-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237fc304-96f3-44e7-9cde-5925057c1c2a/?format=api"
        }
    ]
}