GET /api/bet_types/1b718972-8dfc-4203-bd89-a1e5411708ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b718972-8dfc-4203-bd89-a1e5411708ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/c74f377a-9280-4ece-95ae-12cf06b9a3cb/?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 55.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 55.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd2b2a38-d6c8-49f8-ac09-e1627775f4b0",
            "gambit_id": "85b0e862-77e0-4d18-b38f-1714944134d2",
            "last_updated": "2022-09-25T19:57:06.616775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b718972-8dfc-4203-bd89-a1e5411708ec/?format=api"
        },
        {
            "id": "44d26274-01f4-44da-80d0-f6af89dae8e5",
            "gambit_id": "997e892e-f528-4836-969d-7501864c23c2",
            "last_updated": "2022-09-25T19:57:06.615474-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b718972-8dfc-4203-bd89-a1e5411708ec/?format=api"
        }
    ]
}