GET /api/bet_types/8e91ee07-ceeb-4477-94ad-4c019c9a92d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e91ee07-ceeb-4477-94ad-4c019c9a92d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/06d28427-a8ac-4c76-a281-def671dfd24b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T09:07:02.338523-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 7",
                "amount": 5316.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "9314fbc8-271b-4d31-948f-7c850d52fd09",
            "gambit_id": "f6e0f601-de6f-4736-ad2a-fe047a136705",
            "last_updated": "2023-02-24T12:41:55.712301-05:00",
            "created_at": "2023-02-23T09:07:02.339827-05:00",
            "name": "Game Total Under 7",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e91ee07-ceeb-4477-94ad-4c019c9a92d2/?format=api"
        },
        {
            "id": "d6d8b041-7cb0-4433-a864-60bf82949aca",
            "gambit_id": "0c8250cc-95a8-49ca-991e-12cbaf273014",
            "last_updated": "2023-02-24T12:41:55.713540-05:00",
            "created_at": "2023-02-23T09:07:02.341171-05:00",
            "name": "Game Total Over 7",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e91ee07-ceeb-4477-94ad-4c019c9a92d2/?format=api"
        }
    ]
}