GET /api/bet_types/b9672b38-eda2-4916-a52b-35c3ba857824/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9672b38-eda2-4916-a52b-35c3ba857824",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c8cecbc-20f1-4ab3-82eb-a5b1006e0d4f/?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 41",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6b6c031-7c1d-41bf-9f2a-25ba71ec7b31",
            "gambit_id": "5c7f6f16-d88c-434e-9bf5-dcad682a5b4b",
            "last_updated": "2022-11-14T09:49:12.160105-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9672b38-eda2-4916-a52b-35c3ba857824/?format=api"
        },
        {
            "id": "b060a4b1-a83f-42da-8fb6-458190ae5462",
            "gambit_id": "0710a932-81d2-4327-a1fa-c6084da5352a",
            "last_updated": "2022-11-14T09:49:12.161430-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9672b38-eda2-4916-a52b-35c3ba857824/?format=api"
        }
    ]
}