GET /api/bet_types/dc0d1dd2-3890-4022-b566-014175eab27a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc0d1dd2-3890-4022-b566-014175eab27a",
    "match": "https://api-prod.gambitprofit.com/api/matches/af4d51ea-30a7-4927-949b-f227702a3657/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:05.581712-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": "Miami Dolphins",
                "amount": 5319.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5dff4f2-e877-42dd-890f-d4a1c75c9cc4",
            "gambit_id": "ee285d00-ecec-42c2-a371-5fd6a6e68b99",
            "last_updated": "2023-12-26T20:08:04.150660-05:00",
            "created_at": "2023-12-20T11:13:05.590249-05:00",
            "name": "Miami Dolphins",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc0d1dd2-3890-4022-b566-014175eab27a/?format=api"
        },
        {
            "id": "516bbc77-6efc-43a3-ba80-242185ec2857",
            "gambit_id": "df7e9a2f-5fc5-4ca9-9a35-0c08dc3044cb",
            "last_updated": "2023-12-26T20:08:04.147335-05:00",
            "created_at": "2023-12-20T11:13:05.585949-05:00",
            "name": "Dallas Cowboys",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc0d1dd2-3890-4022-b566-014175eab27a/?format=api"
        }
    ]
}