GET /api/bet_types/980fca59-e653-4c17-ab0a-9bb7638d1d07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "980fca59-e653-4c17-ab0a-9bb7638d1d07",
    "match": "https://api-prod.gambitprofit.com/api/matches/7980d9ab-f59b-4561-8c65-9f84cb68df19/?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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "533d1cd3-0763-4c00-8040-aa507cdfc3f9",
            "gambit_id": "493b5b04-b2ad-4e3f-8460-830ed2a7a586",
            "last_updated": "2022-10-31T10:12:28.401568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/980fca59-e653-4c17-ab0a-9bb7638d1d07/?format=api"
        },
        {
            "id": "ee0d6743-4acd-46c8-a857-6fca3e6b5550",
            "gambit_id": "a8c037bc-e8fd-4d8b-a8c5-efceb84f7fa2",
            "last_updated": "2022-10-31T10:12:28.400419-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/980fca59-e653-4c17-ab0a-9bb7638d1d07/?format=api"
        }
    ]
}