GET /api/bet_types/fc68d023-9184-4bfd-b75a-f27171291647/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc68d023-9184-4bfd-b75a-f27171291647",
    "match": "https://api-prod.gambitprofit.com/api/matches/a13fe6ff-eb79-4c69-8a9f-51ac3257f442/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-18T11:47:13.605866-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": "693a1c20-c298-4c4e-a944-7405d3375ec0",
            "gambit_id": "9cfc7efc-5e75-4a5f-b64f-f904c718dddc",
            "last_updated": "2023-05-19T11:02:17.032357-04:00",
            "created_at": "2023-05-18T11:47:13.609487-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/fc68d023-9184-4bfd-b75a-f27171291647/?format=api"
        },
        {
            "id": "8949ce68-7da2-4cd0-8397-f40759c7c1d5",
            "gambit_id": "5dda2999-5e31-4785-b54f-abf947aca22d",
            "last_updated": "2023-05-19T11:02:17.030394-04:00",
            "created_at": "2023-05-18T11:47:13.607688-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/fc68d023-9184-4bfd-b75a-f27171291647/?format=api"
        }
    ]
}