GET /api/bet_types/374f7da6-6fa1-40c0-aeb1-07975608a47e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "374f7da6-6fa1-40c0-aeb1-07975608a47e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3584d5b1-aeae-4692-b16b-a5eff8473d0c/?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 59",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 59",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bf174db-2596-4003-aeb1-f9b6a22b32df",
            "gambit_id": "b79b63f7-544e-4afb-803e-6d369a167664",
            "last_updated": "2022-10-11T10:57:32.818565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 59",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374f7da6-6fa1-40c0-aeb1-07975608a47e/?format=api"
        },
        {
            "id": "af4323b0-efc0-4560-8126-6829e434f9f5",
            "gambit_id": "ae30b649-150f-4aa8-9a70-53a7abd154a4",
            "last_updated": "2022-10-11T10:57:32.819616-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 59",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374f7da6-6fa1-40c0-aeb1-07975608a47e/?format=api"
        }
    ]
}