GET /api/bet_types/0fe51af0-5ec6-427c-9aa7-d8e21c09812f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fe51af0-5ec6-427c-9aa7-d8e21c09812f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6515368-788a-4439-b53c-07a604cce196/?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": "Montreal Canadiens",
                "amount": 6114.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7a916aa-40ea-4f20-b293-0501d0526823",
            "gambit_id": "1b2903dd-a532-4e81-920c-3fe08c931dc3",
            "last_updated": "2022-11-14T10:58:08.856788-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fe51af0-5ec6-427c-9aa7-d8e21c09812f/?format=api"
        },
        {
            "id": "53761613-2fb9-4255-88af-52512f084dee",
            "gambit_id": "42006a45-8a02-469f-8d7d-4714ccdf82f0",
            "last_updated": "2022-11-14T10:58:08.857910-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fe51af0-5ec6-427c-9aa7-d8e21c09812f/?format=api"
        }
    ]
}