GET /api/bet_types/fcde85b9-4ff9-430e-88ab-18f00084c145/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fcde85b9-4ff9-430e-88ab-18f00084c145",
    "match": "https://api-prod.gambitprofit.com/api/matches/7826df29-7cdc-4abc-97a0-a3aeab36ff72/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:26.527975-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": "St Louis Blues",
                "amount": 5773.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "258a6308-9df0-484f-a7f0-0c6852e3c6c5",
            "gambit_id": "ec319947-9796-49ca-8e07-ce1ab469d617",
            "last_updated": "2024-01-09T10:13:17.603555-05:00",
            "created_at": "2024-01-06T09:23:26.531499-05:00",
            "name": "St Louis Blues",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcde85b9-4ff9-430e-88ab-18f00084c145/?format=api"
        },
        {
            "id": "11eb410b-a51a-4f48-aa21-793f750c10c6",
            "gambit_id": "242083b7-0bba-46be-bc39-fdf28b01b567",
            "last_updated": "2024-01-09T10:13:17.606968-05:00",
            "created_at": "2024-01-06T09:23:26.535029-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcde85b9-4ff9-430e-88ab-18f00084c145/?format=api"
        }
    ]
}