GET /api/bet_types/5465eb35-ad05-42e0-a79b-b18a6866fd36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5465eb35-ad05-42e0-a79b-b18a6866fd36",
    "match": "https://api-prod.gambitprofit.com/api/matches/868d7ad6-1479-4807-b73a-3c8b9af1ee9f/?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 Over 7.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce324b0a-922a-43fc-a20a-6508c0fc9630",
            "gambit_id": "5caa873f-578d-4f61-9f69-81826c6c2074",
            "last_updated": "2022-09-03T18:52:32.223468-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5465eb35-ad05-42e0-a79b-b18a6866fd36/?format=api"
        },
        {
            "id": "ebd92db0-0058-44a8-a7b4-b307fcab4efa",
            "gambit_id": "3d458ca5-094e-4524-b019-d77a9c0f3e97",
            "last_updated": "2022-09-03T18:52:32.222273-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5465eb35-ad05-42e0-a79b-b18a6866fd36/?format=api"
        }
    ]
}