GET /api/bet_types/a8566ef8-2897-4e9a-bef6-fb942169883c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8566ef8-2897-4e9a-bef6-fb942169883c",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ceb216-1d84-48c7-8e2d-a15a5d6fb02a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:13.558238-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": "Boston Celtics",
                "amount": 6984.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 3016.0
            }
        ],
        "expected_reward_tokens": 9498.24,
        "profit_sb": -1.76,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "10cf168d-940f-4ff9-8510-f9e5521bdfbe",
            "gambit_id": "f9ff1b24-072f-4d1c-9c15-0031bd10ec58",
            "last_updated": "2024-01-29T22:08:15.131268-05:00",
            "created_at": "2024-01-27T09:18:13.566015-05:00",
            "name": "Boston Celtics",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8566ef8-2897-4e9a-bef6-fb942169883c/?format=api"
        },
        {
            "id": "a970ef77-151c-48f0-abb0-af67c30c5e90",
            "gambit_id": "e3ff46d3-d9cf-4e14-9338-8db27759425d",
            "last_updated": "2024-01-29T22:08:15.134513-05:00",
            "created_at": "2024-01-27T09:18:13.561716-05:00",
            "name": "Los Angeles Clippers",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8566ef8-2897-4e9a-bef6-fb942169883c/?format=api"
        }
    ]
}