GET /api/bet_types/de268485-5afa-4ed6-904e-b65d18cab9c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de268485-5afa-4ed6-904e-b65d18cab9c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/23eba3f0-62c7-4893-af3d-3d22cfa73511/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4829d68-8def-43ec-b3e6-725ceaf42c3a",
            "gambit_id": "d7d9e0a9-f7a5-45a5-ab92-f0fb11c61059",
            "last_updated": "2022-12-06T09:52:00.943930-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de268485-5afa-4ed6-904e-b65d18cab9c7/?format=api"
        },
        {
            "id": "55ed65cf-5c54-4d36-9cf1-1153ec7bdde9",
            "gambit_id": "8323977a-3073-4918-ac84-bc97a72b479e",
            "last_updated": "2022-12-06T09:52:00.945122-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de268485-5afa-4ed6-904e-b65d18cab9c7/?format=api"
        }
    ]
}