GET /api/bet_types/0c0dc31a-13c4-4e50-99ad-e4cd8363c365/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c0dc31a-13c4-4e50-99ad-e4cd8363c365",
    "match": "https://api-prod.gambitprofit.com/api/matches/325a464d-7c25-4b4e-8ed2-4a5b2411c591/?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 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "080d314e-c7d8-471a-adae-611b9e40e02e",
            "gambit_id": "5cd1000f-8e9d-453a-b536-9157a00979fe",
            "last_updated": "2022-10-21T20:42:21.782700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c0dc31a-13c4-4e50-99ad-e4cd8363c365/?format=api"
        },
        {
            "id": "ade7003f-7c7d-412f-a626-150ce12de0b4",
            "gambit_id": "ba6d7183-05ef-4172-a803-590673b9d362",
            "last_updated": "2022-10-21T20:42:21.781592-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c0dc31a-13c4-4e50-99ad-e4cd8363c365/?format=api"
        }
    ]
}