GET /api/bet_types/68b01cc0-9d87-49aa-bf24-6190d03c1c9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68b01cc0-9d87-49aa-bf24-6190d03c1c9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/735247f0-edcf-4990-91d5-4068ac501a2c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-25T09:28:24.863080-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": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "13242e14-e10f-4f31-a974-e6fc3fa01886",
            "gambit_id": "f78dd492-a3b1-4a06-a7b2-5310f29886e0",
            "last_updated": "2023-06-26T11:13:23.275339-04:00",
            "created_at": "2023-06-25T09:28:24.867589-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68b01cc0-9d87-49aa-bf24-6190d03c1c9c/?format=api"
        },
        {
            "id": "cbf54b2b-24cc-4c7e-b2e2-3c66706bb59f",
            "gambit_id": "17fe4219-6724-4f18-aca2-a544b9c22df2",
            "last_updated": "2023-06-26T11:13:23.273062-04:00",
            "created_at": "2023-06-25T09:28:24.865400-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68b01cc0-9d87-49aa-bf24-6190d03c1c9c/?format=api"
        }
    ]
}