GET /api/bet_types/63dae71b-3807-4128-b35c-e8a7a9e1f107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63dae71b-3807-4128-b35c-e8a7a9e1f107",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b0c82a1-927f-4860-80f4-8f6c681db5f6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:48:07.988394-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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "b80f7af5-5c76-4b34-b020-4865e692fca1",
            "gambit_id": "cacf05ab-055d-4331-b3d2-f3e6eea428d1",
            "last_updated": "2023-11-06T09:18:25.860159-05:00",
            "created_at": "2023-11-04T09:48:08.005703-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63dae71b-3807-4128-b35c-e8a7a9e1f107/?format=api"
        },
        {
            "id": "d8501c3f-0807-4323-af8d-6e604c4baa2d",
            "gambit_id": "644391b7-c72d-471c-894d-c0f7e46ec118",
            "last_updated": "2023-11-06T09:18:25.863709-05:00",
            "created_at": "2023-11-04T09:48:08.014891-04:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63dae71b-3807-4128-b35c-e8a7a9e1f107/?format=api"
        }
    ]
}