GET /api/bet_types/a1e51c30-555e-4513-9f32-1c0c3714e4e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1e51c30-555e-4513-9f32-1c0c3714e4e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/cea80ce1-1750-4fb8-848c-fc82b4d8bf24/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "629eb23f-f2c0-4e26-a253-01f2867706fe",
            "gambit_id": "b2b36874-c082-4fea-9e96-bf9c09d1d3d1",
            "last_updated": "2022-09-05T09:57:25.604768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1e51c30-555e-4513-9f32-1c0c3714e4e8/?format=api"
        },
        {
            "id": "0a394d81-2099-4fcd-ba32-1cc659332d02",
            "gambit_id": "fe29e25a-32dd-4e70-b5c6-111c00fece3d",
            "last_updated": "2022-09-05T09:57:25.605820-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1e51c30-555e-4513-9f32-1c0c3714e4e8/?format=api"
        }
    ]
}