GET /api/bet_types/0795d140-5243-40d1-ae02-a77d5a3f2933/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0795d140-5243-40d1-ae02-a77d5a3f2933",
    "match": "https://api-prod.gambitprofit.com/api/matches/04d92284-88d5-4e8e-9279-7d127a7c3799/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-10T10:03:06.512410-04: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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "402f9be2-1b8a-428a-a0d1-1962f05bde02",
            "gambit_id": "b293fe69-b1fa-459e-8097-71224f818b30",
            "last_updated": "2023-09-12T11:33:03.687084-04:00",
            "created_at": "2023-09-10T10:03:06.516098-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0795d140-5243-40d1-ae02-a77d5a3f2933/?format=api"
        },
        {
            "id": "c284c9bc-e3dd-4c1f-a88c-9455fc5649a7",
            "gambit_id": "cffa25bb-1270-4bfe-a5c3-db21cf960ed6",
            "last_updated": "2023-09-12T11:33:03.691588-04:00",
            "created_at": "2023-09-10T10:03:06.520421-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0795d140-5243-40d1-ae02-a77d5a3f2933/?format=api"
        }
    ]
}