GET /api/bet_types/f3d701eb-0df0-42ad-ac80-f5c0a8031d2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3d701eb-0df0-42ad-ac80-f5c0a8031d2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/66a46924-be30-49c2-944a-5f54866547c1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T09:23:06.931499-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 7.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea99c1ab-1926-4e77-8ad1-b783ba25f356",
            "gambit_id": "bac99416-5c33-4514-95e9-548848912f31",
            "last_updated": "2023-07-03T01:13:10.804141-04:00",
            "created_at": "2023-07-01T09:23:06.933793-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3d701eb-0df0-42ad-ac80-f5c0a8031d2d/?format=api"
        },
        {
            "id": "36084880-30cf-46f9-a900-c0836b33781c",
            "gambit_id": "8d8b541b-1f37-4669-b60b-c53ecc2bc9ac",
            "last_updated": "2023-07-03T01:13:10.802593-04:00",
            "created_at": "2023-07-01T09:23:06.936388-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3d701eb-0df0-42ad-ac80-f5c0a8031d2d/?format=api"
        }
    ]
}