GET /api/bet_types/b9492575-7b1b-401e-a636-e99bb427ecbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9492575-7b1b-401e-a636-e99bb427ecbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/c837d60f-deef-4ce3-989e-dce43a6edc1e/?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 2.5",
                "amount": 5500.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4500.0
            }
        ],
        "expected_reward_tokens": 8910.0,
        "profit_sb": -90.0,
        "profit_sb_percentage": -1.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d65339b-5ff5-4934-8e44-3d160b93120e",
            "gambit_id": "b191129b-09f5-4d6a-a207-844d73ec0ea9",
            "last_updated": "2022-09-19T14:06:55.142715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9492575-7b1b-401e-a636-e99bb427ecbe/?format=api"
        },
        {
            "id": "188b387f-72ee-4cfc-9127-35f4ce7d0839",
            "gambit_id": "9aee445a-1400-40c4-8a4e-7a56aecb9e3c",
            "last_updated": "2022-09-19T14:06:55.141290-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9492575-7b1b-401e-a636-e99bb427ecbe/?format=api"
        }
    ]
}