GET /api/bet_types/de54dafe-4728-4306-bde0-71fe2557788c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de54dafe-4728-4306-bde0-71fe2557788c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d73530e1-fc61-4fe2-aaf5-463024f9f4c0/?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": "Buffalo Sabres",
                "amount": 5829.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "110e2841-4d6c-4dba-8a3a-279c3715177e",
            "gambit_id": "9dd3e896-d13d-4e1b-802f-630b23bdbbaa",
            "last_updated": "2022-12-17T09:47:21.702124-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de54dafe-4728-4306-bde0-71fe2557788c/?format=api"
        },
        {
            "id": "0ebfd3cf-b2a2-498a-9cb1-05bc9714fef2",
            "gambit_id": "7f8ca69e-829a-4af6-841e-6c0ecafbe3bb",
            "last_updated": "2022-12-17T09:47:21.701077-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de54dafe-4728-4306-bde0-71fe2557788c/?format=api"
        }
    ]
}