GET /api/bet_types/d30d5964-df93-4f7e-b6d3-3fb1476f08f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d30d5964-df93-4f7e-b6d3-3fb1476f08f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7d744ce-783a-4587-a778-5a0e037dd50b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-04T10:42:58.542771-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 Over 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c2f401c-fcb1-4b7c-a19c-f717d1531173",
            "gambit_id": "461f39f8-c0fa-413f-bf32-b16946daea23",
            "last_updated": "2024-02-06T09:18:13.338236-05:00",
            "created_at": "2024-02-04T10:42:58.551411-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d30d5964-df93-4f7e-b6d3-3fb1476f08f8/?format=api"
        },
        {
            "id": "f6ee7bc0-72a5-46a8-b815-7cc27c02fa4a",
            "gambit_id": "92bc58a3-64cd-4fb9-8b4e-0b193cb5101c",
            "last_updated": "2024-02-06T09:18:13.341566-05:00",
            "created_at": "2024-02-04T10:42:58.546277-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d30d5964-df93-4f7e-b6d3-3fb1476f08f8/?format=api"
        }
    ]
}