GET /api/bet_types/5433423f-3957-4e1c-bb3c-dce1654711da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5433423f-3957-4e1c-bb3c-dce1654711da",
    "match": "https://api-prod.gambitprofit.com/api/matches/687dc8ed-4b39-432c-bc80-bbaa38b36051/?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 Under 6.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d018bff-7986-4c69-9ab3-9732956f4301",
            "gambit_id": "bf3ef55a-109a-4d9c-b05d-f39a526ad92c",
            "last_updated": "2022-12-05T11:37:11.558697-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5433423f-3957-4e1c-bb3c-dce1654711da/?format=api"
        },
        {
            "id": "a2a71e16-0806-4ffe-84e4-23ae4b55e155",
            "gambit_id": "d9ad17f6-da26-4c41-ba5a-b737a9da7006",
            "last_updated": "2022-12-05T11:37:11.559753-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5433423f-3957-4e1c-bb3c-dce1654711da/?format=api"
        }
    ]
}