GET /api/bet_types/52acb89c-de3e-4371-8d57-6f0d4d657d20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52acb89c-de3e-4371-8d57-6f0d4d657d20",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a2cd8d4-9c8c-4068-8a6a-1d23ad5220c4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:52.420300-04: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": "Dallas Stars",
                "amount": 5784.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee0be1b6-a204-4cf4-8b41-694867ee0690",
            "gambit_id": "a90b981b-9402-4f8b-91b6-24ddb2ef3982",
            "last_updated": "2023-03-24T10:46:53.237350-04:00",
            "created_at": "2023-03-23T09:06:52.421953-04:00",
            "name": "Dallas Stars",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52acb89c-de3e-4371-8d57-6f0d4d657d20/?format=api"
        },
        {
            "id": "89fa5ee9-737a-40f3-8fc5-90dcd09b48af",
            "gambit_id": "8fb02c78-f081-443e-88e2-a7721b759323",
            "last_updated": "2023-03-24T10:46:53.239404-04:00",
            "created_at": "2023-03-23T09:06:52.423833-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52acb89c-de3e-4371-8d57-6f0d4d657d20/?format=api"
        }
    ]
}