GET /api/bet_types/3846b0a3-5033-4ef7-b738-c0635c283a52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3846b0a3-5033-4ef7-b738-c0635c283a52",
    "match": "https://api-prod.gambitprofit.com/api/matches/69284700-8cd7-436d-a8f2-5cd371345294/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T09:33:13.046673-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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b04256e-60f2-476c-a777-ac6d16709256",
            "gambit_id": "93a845d3-2411-411f-aeb8-c94ad680e2f9",
            "last_updated": "2024-01-22T12:03:22.160550-05:00",
            "created_at": "2024-01-19T09:33:13.054841-05:00",
            "name": "Game Total Under 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3846b0a3-5033-4ef7-b738-c0635c283a52/?format=api"
        },
        {
            "id": "c430521a-289e-4514-829c-1dcdb0548327",
            "gambit_id": "b5c58c9a-089b-4916-ba1d-2a12789b4649",
            "last_updated": "2024-01-22T12:03:22.165140-05:00",
            "created_at": "2024-01-19T09:33:13.050203-05:00",
            "name": "Game Total Over 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3846b0a3-5033-4ef7-b738-c0635c283a52/?format=api"
        }
    ]
}