GET /api/bet_types/b864b13c-d235-46d7-ad93-7f6db5fe0765/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b864b13c-d235-46d7-ad93-7f6db5fe0765",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ec5bf06-d15e-490a-8e15-ecf857d562d1/?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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b485396-d519-4299-b328-a2f09e09a18f",
            "gambit_id": "d9beded6-8b7b-4616-b390-464ed80524a1",
            "last_updated": "2022-11-29T09:57:06.115680-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 218",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b864b13c-d235-46d7-ad93-7f6db5fe0765/?format=api"
        },
        {
            "id": "155ec9dd-18ff-4e5d-a76c-92f91438e31d",
            "gambit_id": "4de47fd1-a867-46c1-ab1a-77bf9083a0e4",
            "last_updated": "2022-11-29T09:57:06.114453-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 218",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b864b13c-d235-46d7-ad93-7f6db5fe0765/?format=api"
        }
    ]
}