GET /api/bet_types/3625eff5-9f3d-4906-95ca-09754d02f27c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3625eff5-9f3d-4906-95ca-09754d02f27c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4bac3d0-b2ef-42e0-8274-cbaf056f04ed/?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": "Detroit Red Wings",
                "amount": 6593.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3407.0
            }
        ],
        "expected_reward_tokens": 9096.69,
        "profit_sb": 96.69,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "86b413be-4d42-4ed2-a03d-af9eb7e5dbc1",
            "gambit_id": "ee0f9bbe-7c03-4b03-aea0-9dd1b08bf87e",
            "last_updated": "2022-11-04T09:22:46.450464-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3625eff5-9f3d-4906-95ca-09754d02f27c/?format=api"
        },
        {
            "id": "93f0a749-87f3-4947-ba65-78a5a445322f",
            "gambit_id": "bccadbce-5128-4938-b663-3e01937ce501",
            "last_updated": "2022-11-04T09:22:46.451457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.67000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3625eff5-9f3d-4906-95ca-09754d02f27c/?format=api"
        }
    ]
}