GET /api/bet_types/72b7b6ca-020b-46f8-bb6b-ab7c607ca493/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72b7b6ca-020b-46f8-bb6b-ab7c607ca493",
    "match": "https://api-prod.gambitprofit.com/api/matches/b02e0f99-ab26-4f03-ba54-b956a8b328fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T09:13:00.161164-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 40",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 40",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "3701b6c3-6ac7-4dd8-997e-103ebcbf078f",
            "gambit_id": "b08a9531-163d-4e7e-9604-c653d04f8632",
            "last_updated": "2023-10-23T13:43:24.810423-04:00",
            "created_at": "2023-10-18T09:13:00.164895-04:00",
            "name": "Game Total Over 40",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72b7b6ca-020b-46f8-bb6b-ab7c607ca493/?format=api"
        },
        {
            "id": "87e7c8c4-8006-4b5e-aebb-07e752520068",
            "gambit_id": "0e6d4ec5-b609-4a9b-a354-3187a5a3d015",
            "last_updated": "2023-10-23T13:43:24.807197-04:00",
            "created_at": "2023-10-18T09:13:00.170885-04:00",
            "name": "Game Total Under 40",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72b7b6ca-020b-46f8-bb6b-ab7c607ca493/?format=api"
        }
    ]
}