GET /api/bet_types/64a39778-dd06-4129-a6d8-df460040d3be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64a39778-dd06-4129-a6d8-df460040d3be",
    "match": "https://api-prod.gambitprofit.com/api/matches/369ecc8a-c3a7-4d91-906c-17bda5af21f2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:57:56.527436-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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "59f00adb-0297-432f-8cb2-d9a6cf96f4d2",
            "gambit_id": "4b629114-19a3-4686-976e-400de55c83ef",
            "last_updated": "2023-10-13T09:53:00.256709-04:00",
            "created_at": "2023-10-12T10:57:56.531038-04:00",
            "name": "Game Total Over 47.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64a39778-dd06-4129-a6d8-df460040d3be/?format=api"
        },
        {
            "id": "900920c4-fc85-47d4-b77d-29404d7db552",
            "gambit_id": "3d6a1ffb-fcb0-4e62-93a3-2299f03cdabb",
            "last_updated": "2023-10-13T09:53:00.262518-04:00",
            "created_at": "2023-10-12T10:57:56.535721-04:00",
            "name": "Game Total Under 47.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64a39778-dd06-4129-a6d8-df460040d3be/?format=api"
        }
    ]
}