GET /api/bet_types/f6edeaa8-fe8e-4367-8a16-3509b50b2ca6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6edeaa8-fe8e-4367-8a16-3509b50b2ca6",
    "match": "https://api-prod.gambitprofit.com/api/matches/dba09804-4e82-489b-8cce-50356911a773/?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": "Boston Bruins",
                "amount": 5304.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "520504c9-aed0-4986-96ab-f96b3ba4e0d3",
            "gambit_id": "0b055139-fb30-4d44-a927-d3237c501387",
            "last_updated": "2022-12-10T18:47:00.104879-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6edeaa8-fe8e-4367-8a16-3509b50b2ca6/?format=api"
        },
        {
            "id": "f33810ab-8ce5-440c-a789-cf791a117197",
            "gambit_id": "aa08e6f9-803b-40f7-902f-5313e46e953d",
            "last_updated": "2022-12-10T18:47:00.103725-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6edeaa8-fe8e-4367-8a16-3509b50b2ca6/?format=api"
        }
    ]
}