GET /api/bet_types/c9bced27-1318-4ac8-a875-448cefab28a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9bced27-1318-4ac8-a875-448cefab28a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb6e1563-bc1f-4521-8a3e-e9c11df815ed/?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": "Pittsburgh Penguins",
                "amount": 6025.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2749e84-c763-4772-8ee3-8b923ad2d61a",
            "gambit_id": "b461ce19-23e7-4b02-bead-3851a5895fec",
            "last_updated": "2022-10-26T09:47:09.653266-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9bced27-1318-4ac8-a875-448cefab28a4/?format=api"
        },
        {
            "id": "0aeefc82-8610-4e57-90e4-5f238f8a8a0f",
            "gambit_id": "8207bae2-2ac5-4a22-b2e5-8ca4b2e00fa8",
            "last_updated": "2022-10-26T09:47:09.652165-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9bced27-1318-4ac8-a875-448cefab28a4/?format=api"
        }
    ]
}