GET /api/bet_types/65d7b58d-43bf-42de-b25e-a2d7099cf7c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65d7b58d-43bf-42de-b25e-a2d7099cf7c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/20561bbd-fe5d-4855-8b39-f68a755dc5f6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T09:31:52.670388-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bca874a2-d1b8-42a3-b06c-bc70b6c70ae7",
            "gambit_id": "ec1cb991-1a43-4d01-b2f3-979b364ab222",
            "last_updated": "2023-03-18T14:42:05.443676-04:00",
            "created_at": "2023-03-17T09:31:52.671533-04:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d7b58d-43bf-42de-b25e-a2d7099cf7c3/?format=api"
        },
        {
            "id": "36dc251f-cf3a-4963-9d25-ac4c609920df",
            "gambit_id": "fa02f459-58de-47fd-b4a6-30e7601b1394",
            "last_updated": "2023-03-18T14:42:05.445593-04:00",
            "created_at": "2023-03-17T09:31:52.672697-04:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d7b58d-43bf-42de-b25e-a2d7099cf7c3/?format=api"
        }
    ]
}