GET /api/bet_types/b091eaad-e9ff-4798-87ac-eeaac8deeee5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b091eaad-e9ff-4798-87ac-eeaac8deeee5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c18f7d9-46b0-42f9-af6e-e6a68a99b55a/?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 65",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 65",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "08aeb71c-5d78-4684-b015-529c3f6397f9",
            "gambit_id": "2b416a6e-46df-4bd7-94b6-c9883cdd49dc",
            "last_updated": "2022-10-17T09:27:40.248021-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b091eaad-e9ff-4798-87ac-eeaac8deeee5/?format=api"
        },
        {
            "id": "f74e4c6d-8a9e-4c91-b7fc-cd0511bfb007",
            "gambit_id": "8b29eb23-e8ba-4937-88e0-1e2f72d0445c",
            "last_updated": "2022-10-17T09:27:40.246887-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b091eaad-e9ff-4798-87ac-eeaac8deeee5/?format=api"
        }
    ]
}