GET /api/bet_types/0412ef08-6d6e-4ef1-839a-a00b8f62cba8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0412ef08-6d6e-4ef1-839a-a00b8f62cba8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e40df90c-64c4-4f7b-b956-23924190764e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-18T10:18:21.794999-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 246",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 246",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7a0c110-bec4-44ad-b9f7-6340835706b8",
            "gambit_id": "d66b88ab-eb63-46c7-93cc-bd8824fbe394",
            "last_updated": "2024-01-19T20:43:13.703179-05:00",
            "created_at": "2024-01-18T10:18:21.806767-05:00",
            "name": "Game Total Under 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0412ef08-6d6e-4ef1-839a-a00b8f62cba8/?format=api"
        },
        {
            "id": "c3a1769d-8cb6-4853-b1c6-2c2ad442db43",
            "gambit_id": "1e6f9a71-71ce-444d-a8ec-c20b73d363f1",
            "last_updated": "2024-01-19T20:43:13.699887-05:00",
            "created_at": "2024-01-18T10:18:21.801332-05:00",
            "name": "Game Total Over 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0412ef08-6d6e-4ef1-839a-a00b8f62cba8/?format=api"
        }
    ]
}