GET /api/bet_types/e0fa42d8-2896-40dd-b4ba-63afa0d2d091/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0fa42d8-2896-40dd-b4ba-63afa0d2d091",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f9931ec-eef6-4c5e-890c-7284c7084454/?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": 5604.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4396.0
            }
        ],
        "expected_reward_tokens": 8966.4,
        "profit_sb": -33.6,
        "profit_sb_percentage": -0.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "a10effd2-45c6-40a0-90c6-a8dc124e0b85",
            "gambit_id": "9c38cad1-e05d-40a2-80b2-cec4d68b87aa",
            "last_updated": "2022-09-05T10:52:19.988723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.60000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0fa42d8-2896-40dd-b4ba-63afa0d2d091/?format=api"
        },
        {
            "id": "24f46049-9eba-474e-ac23-9e4ace74ab13",
            "gambit_id": "aba1a4a8-03ec-477d-9040-df8895b69830",
            "last_updated": "2022-09-05T10:52:19.987671-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0fa42d8-2896-40dd-b4ba-63afa0d2d091/?format=api"
        }
    ]
}