GET /api/bet_types/5bdacb35-ea7b-4613-98c7-56f648069241/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bdacb35-ea7b-4613-98c7-56f648069241",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dbfb4bc-147a-462f-818e-8a64c6cb4bb7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:05.276989-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 2.5",
                "amount": 5703.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4297.0
            }
        ],
        "expected_reward_tokens": 9238.55,
        "profit_sb": -261.45,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "325e741e-3e60-48d9-b2d9-fa25361d2cc6",
            "gambit_id": "0f3b20aa-8005-4a44-b7b7-5016137f6b64",
            "last_updated": "2023-12-07T21:53:05.428651-05:00",
            "created_at": "2023-12-06T09:13:05.288575-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bdacb35-ea7b-4613-98c7-56f648069241/?format=api"
        },
        {
            "id": "a30b8a2b-731c-472a-a571-f953b6630580",
            "gambit_id": "c0803497-c567-4cf2-93f5-8984393de90d",
            "last_updated": "2023-12-07T21:53:05.425117-05:00",
            "created_at": "2023-12-06T09:13:05.280752-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bdacb35-ea7b-4613-98c7-56f648069241/?format=api"
        }
    ]
}