GET /api/bet_types/8f742c2c-0084-4ab0-adbf-0eb760daa709/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f742c2c-0084-4ab0-adbf-0eb760daa709",
    "match": "https://api-prod.gambitprofit.com/api/matches/322340a4-6849-404e-982c-731ad78afa7c/?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 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d769ff8b-d285-4666-b78e-77441d68cb74",
            "gambit_id": "b56ee8a0-f58d-4a40-a3d3-6d0178b60630",
            "last_updated": "2022-10-29T18:57:20.987208-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f742c2c-0084-4ab0-adbf-0eb760daa709/?format=api"
        },
        {
            "id": "9111b1d0-5721-4612-b1cd-c35f98d1addb",
            "gambit_id": "c7234b6a-5a65-4e0f-86b7-aae1d726ef42",
            "last_updated": "2022-10-29T18:57:20.988373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f742c2c-0084-4ab0-adbf-0eb760daa709/?format=api"
        }
    ]
}