GET /api/bet_types/c6c4ea6e-5db9-491c-990a-11f614c9d912/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6c4ea6e-5db9-491c-990a-11f614c9d912",
    "match": "https://api-prod.gambitprofit.com/api/matches/c09c4310-6591-4b95-93b8-2b680a8ca8b7/?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 9.5",
                "amount": 5204.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "83fef53f-8284-4b8d-95e0-10f5182f3a42",
            "gambit_id": "c560812b-5ca3-4c2f-8034-f2a2f962a6fa",
            "last_updated": "2022-08-08T11:02:07.685003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6c4ea6e-5db9-491c-990a-11f614c9d912/?format=api"
        },
        {
            "id": "8b46063f-a819-4e8b-9e25-6ce6966e6a3b",
            "gambit_id": "9fc43b4a-eed4-4de5-a60c-0d68a95c3446",
            "last_updated": "2022-08-08T11:02:07.685506-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6c4ea6e-5db9-491c-990a-11f614c9d912/?format=api"
        }
    ]
}