GET /api/bet_types/9b8c736a-93e4-4558-8bf4-828ae2acfde7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b8c736a-93e4-4558-8bf4-828ae2acfde7",
    "match": "https://api-prod.gambitprofit.com/api/matches/de2a0d48-6b06-45a9-a641-2c996dc2fc41/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:48.954971-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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c9594a0-8408-49c9-831d-35df2337c2cc",
            "gambit_id": "dbb1b518-2c51-4fb1-92e1-8bbf4fe7373a",
            "last_updated": "2023-04-01T10:32:15.816928-04:00",
            "created_at": "2023-03-31T09:56:48.957341-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b8c736a-93e4-4558-8bf4-828ae2acfde7/?format=api"
        },
        {
            "id": "7ca1bd4e-aa52-46c4-9005-11059f8a255c",
            "gambit_id": "c53f9016-73f4-433f-980e-6c1d484a6b29",
            "last_updated": "2023-04-01T10:32:15.819417-04:00",
            "created_at": "2023-03-31T09:56:48.959188-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b8c736a-93e4-4558-8bf4-828ae2acfde7/?format=api"
        }
    ]
}