GET /api/bet_types/4ed37c06-affb-4e74-9dcc-21e09d7bbe69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ed37c06-affb-4e74-9dcc-21e09d7bbe69",
    "match": "https://api-prod.gambitprofit.com/api/matches/4600d86e-99ce-4ce2-b7c3-56316e4fc3f8/?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 Over 2.5",
                "amount": 5854.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4146.0
            }
        ],
        "expected_reward_tokens": 8955.36,
        "profit_sb": -44.64,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6e72d8f-78ce-4391-baed-9891768464f0",
            "gambit_id": "68ed1326-edf8-40d0-bdee-c4afc5048960",
            "last_updated": "2022-09-14T13:52:28.967907-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.53000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ed37c06-affb-4e74-9dcc-21e09d7bbe69/?format=api"
        },
        {
            "id": "10f602de-fb86-4ac3-8431-9152d4db073b",
            "gambit_id": "9e1464b0-f318-4662-8c10-7943249a7614",
            "last_updated": "2022-09-14T13:52:28.966805-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ed37c06-affb-4e74-9dcc-21e09d7bbe69/?format=api"
        }
    ]
}