GET /api/bet_types/bad6192a-9e6b-4328-8dd0-b52460781e59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bad6192a-9e6b-4328-8dd0-b52460781e59",
    "match": "https://api-prod.gambitprofit.com/api/matches/678a8efe-9ea3-4d5d-b08b-9e5f34850dcc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:17.101848-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 Under 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf2470d3-b02c-4378-83e7-d1461da28d35",
            "gambit_id": "afce36b4-54c8-4116-a00d-f4a8c689b57e",
            "last_updated": "2023-03-17T13:52:06.451413-04:00",
            "created_at": "2023-03-16T17:37:17.104467-04:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bad6192a-9e6b-4328-8dd0-b52460781e59/?format=api"
        },
        {
            "id": "c2ca47b6-d65f-4cad-bde6-d68bc31fd561",
            "gambit_id": "99d38ef3-8a62-4949-b8ce-5627c617ae8f",
            "last_updated": "2023-03-17T13:52:06.452456-04:00",
            "created_at": "2023-03-16T17:37:17.106903-04:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bad6192a-9e6b-4328-8dd0-b52460781e59/?format=api"
        }
    ]
}