GET /api/bet_types/d1c7bea1-2b56-4948-b2d3-a88883348242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1c7bea1-2b56-4948-b2d3-a88883348242",
    "match": "https://api-prod.gambitprofit.com/api/matches/bffd386b-b108-4c02-93b7-1433eda83403/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Philadelphia Flyers",
                "amount": 5399.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a7eb393-2630-4b6e-b62f-7a1adcf0791d",
            "gambit_id": "961e7591-8e4a-496d-93a0-f1f18af4fcd5",
            "last_updated": "2022-12-14T10:12:16.807228-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1c7bea1-2b56-4948-b2d3-a88883348242/?format=api"
        },
        {
            "id": "de6bcb56-c26e-4be7-924f-eeefa0d5368b",
            "gambit_id": "a266a600-3411-46ac-b8ca-07dfc0b0a87a",
            "last_updated": "2022-12-14T10:12:16.806086-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1c7bea1-2b56-4948-b2d3-a88883348242/?format=api"
        }
    ]
}