GET /api/bet_types/6e4b223c-c9b4-49a2-8161-3d648eeb1c45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e4b223c-c9b4-49a2-8161-3d648eeb1c45",
    "match": "https://api-prod.gambitprofit.com/api/matches/bedf15d0-126d-4adc-a98a-8fb8979776fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:11:59.569506-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 9",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "d62afd41-430a-42be-ad71-41ce4f82e509",
            "gambit_id": "6aa15d35-df44-4724-8684-a95456d298d7",
            "last_updated": "2023-04-19T17:22:17.831046-04:00",
            "created_at": "2023-04-18T12:11:59.575340-04:00",
            "name": "Game Total Over 9",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e4b223c-c9b4-49a2-8161-3d648eeb1c45/?format=api"
        },
        {
            "id": "56b23d23-1633-420a-b33b-21eaaf53fbf7",
            "gambit_id": "55cdd6fe-c17a-4121-9689-77ef01fe5f47",
            "last_updated": "2023-04-19T17:22:17.828428-04:00",
            "created_at": "2023-04-18T12:11:59.572372-04:00",
            "name": "Game Total Under 9",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e4b223c-c9b4-49a2-8161-3d648eeb1c45/?format=api"
        }
    ]
}