GET /api/bet_types/c14e37a6-337d-4fb1-aff5-9ba6c6b59f40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c14e37a6-337d-4fb1-aff5-9ba6c6b59f40",
    "match": "https://api-prod.gambitprofit.com/api/matches/cddbdeaf-737b-4aac-a8f9-dd2a4bf616bc/?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 Over 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d80a113c-4637-4f89-ab4e-d77d0ab2efee",
            "gambit_id": "e506631e-b4f7-41b0-8daa-385347f5c945",
            "last_updated": "2022-10-23T19:37:03.360890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14e37a6-337d-4fb1-aff5-9ba6c6b59f40/?format=api"
        },
        {
            "id": "eaf307be-ce8a-4c8d-a1c0-2bbceec3a23b",
            "gambit_id": "116cab12-ffdd-48a7-a59a-34d82362a2c1",
            "last_updated": "2022-10-23T19:37:03.359817-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14e37a6-337d-4fb1-aff5-9ba6c6b59f40/?format=api"
        }
    ]
}