GET /api/bet_types/6a0d891e-3f8d-4c6c-9cbb-aff1fcc2768e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a0d891e-3f8d-4c6c-9cbb-aff1fcc2768e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d57be718-8200-4c60-a295-063c4c0fb0cb/?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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbeb38c3-41c1-4117-b2b8-da65cc6f7f8f",
            "gambit_id": "e5a15d84-ff85-47dc-8589-a5e01ee053fa",
            "last_updated": "2022-10-28T09:22:00.528809-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0d891e-3f8d-4c6c-9cbb-aff1fcc2768e/?format=api"
        },
        {
            "id": "c38b4ff2-1421-4de4-abd0-b9a7a6cfd533",
            "gambit_id": "e1abc450-ef55-4896-98e2-90d6e4402f7b",
            "last_updated": "2022-10-28T09:22:00.527747-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0d891e-3f8d-4c6c-9cbb-aff1fcc2768e/?format=api"
        }
    ]
}