GET /api/bet_types/25c36336-699b-46d8-a01f-6dc783d5b4ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25c36336-699b-46d8-a01f-6dc783d5b4ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b57ddba-5615-4eba-99c2-234c5583db94/?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 Under 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "484466b6-4fa9-4c3a-87a8-47ad5ab557e4",
            "gambit_id": "085e1247-1b92-44fb-ad0e-90b5ea56bca6",
            "last_updated": "2022-12-01T16:12:22.894607-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 231",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25c36336-699b-46d8-a01f-6dc783d5b4ec/?format=api"
        },
        {
            "id": "9ac6bbde-56bc-40bd-8761-82aea5187b9b",
            "gambit_id": "4e43cf2c-df2e-40de-b2f4-a44a519d7716",
            "last_updated": "2022-12-01T16:12:22.895813-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 231",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25c36336-699b-46d8-a01f-6dc783d5b4ec/?format=api"
        }
    ]
}