GET /api/bet_types/4fa764d3-5df7-48d6-8eab-836b821b2346/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fa764d3-5df7-48d6-8eab-836b821b2346",
    "match": "https://api-prod.gambitprofit.com/api/matches/db2769cb-7027-427f-b380-38976e070953/?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": "Vancouver Canucks",
                "amount": 6173.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "45ad97c8-55fb-4674-b2f4-3cd2319fe0b6",
            "gambit_id": "234d73d0-5891-4653-9085-6c8f7550e398",
            "last_updated": "2022-10-25T10:12:24.270449-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa764d3-5df7-48d6-8eab-836b821b2346/?format=api"
        },
        {
            "id": "1b044fd6-2321-497c-bb2f-2af63a9d0cf4",
            "gambit_id": "fcfb918d-0565-4602-a910-9600517731b2",
            "last_updated": "2022-10-25T10:12:24.271467-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa764d3-5df7-48d6-8eab-836b821b2346/?format=api"
        }
    ]
}