GET /api/bet_types/5dbce5ff-1905-4098-aec9-6bb39ef37fe0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dbce5ff-1905-4098-aec9-6bb39ef37fe0",
    "match": "https://api-prod.gambitprofit.com/api/matches/aaf60523-6707-43c1-b437-928f8527d93a/?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": "San Jose Sharks",
                "amount": 5968.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "d3e26ac8-59ef-4f3a-9859-b6a630368e5d",
            "gambit_id": "1e415071-1ea5-486d-800d-81ec2e53cdbc",
            "last_updated": "2022-12-21T22:32:05.165641-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbce5ff-1905-4098-aec9-6bb39ef37fe0/?format=api"
        },
        {
            "id": "da4fd1ea-c010-491d-9ec7-96bcb95bd9c4",
            "gambit_id": "c9fe5b3a-42d8-46cd-a3cc-54f24e0a459f",
            "last_updated": "2022-12-21T22:32:05.166763-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbce5ff-1905-4098-aec9-6bb39ef37fe0/?format=api"
        }
    ]
}