GET /api/bet_types/10862318-59d6-4309-9149-01194c155c88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10862318-59d6-4309-9149-01194c155c88",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e36a016-609b-4461-a287-ba64cea12c44/?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": 5974.0
            },
            {
                "team": "New York Islanders",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc161054-6048-4cb3-8528-223e049fe5b4",
            "gambit_id": "fb311f13-9f39-46b6-8d20-54bfb2ac9a9a",
            "last_updated": "2022-11-30T09:47:20.670535-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10862318-59d6-4309-9149-01194c155c88/?format=api"
        },
        {
            "id": "8b4e1bb9-3a46-43d6-87bd-1997265776c4",
            "gambit_id": "30e79899-7fd5-4fc6-ac90-35cdc1bea34f",
            "last_updated": "2022-11-30T09:47:20.671497-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10862318-59d6-4309-9149-01194c155c88/?format=api"
        }
    ]
}