GET /api/bet_types/e4e43f77-0d76-4b25-b1a8-cee1a15cb889/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4e43f77-0d76-4b25-b1a8-cee1a15cb889",
    "match": "https://api-prod.gambitprofit.com/api/matches/bce49b73-8124-4a8b-8710-b84f238bb159/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-04T10:42:59.811075-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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd0d6152-c1e3-46be-97b6-81811e45dbd0",
            "gambit_id": "cab5da50-fdbb-4c8d-8dec-e843815a4fb3",
            "last_updated": "2024-02-06T09:18:12.233662-05:00",
            "created_at": "2024-02-04T10:42:59.818155-05:00",
            "name": "Game Total Under 221",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e43f77-0d76-4b25-b1a8-cee1a15cb889/?format=api"
        },
        {
            "id": "40aedd10-c412-4d1a-b80b-bf56d05333c6",
            "gambit_id": "27ed48e6-6859-4a19-9ba4-5fb5ffbd6ef7",
            "last_updated": "2024-02-06T09:18:12.229993-05:00",
            "created_at": "2024-02-04T10:42:59.825722-05:00",
            "name": "Game Total Over 221",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e43f77-0d76-4b25-b1a8-cee1a15cb889/?format=api"
        }
    ]
}