GET /api/bet_types/a40b8141-1ab8-4266-a084-2718719e345d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a40b8141-1ab8-4266-a084-2718719e345d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3c21231-8107-4068-946a-da828011db8c/?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": "Winnipeg Jets",
                "amount": 5402.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4598.0
            }
        ],
        "expected_reward_tokens": 8966.1,
        "profit_sb": -33.9,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd31bcb5-5b39-4abd-a45c-16115c891b9e",
            "gambit_id": "de020ec0-b2ca-4deb-8b40-fe305f5575ec",
            "last_updated": "2022-12-23T12:17:24.955528-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.66000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a40b8141-1ab8-4266-a084-2718719e345d/?format=api"
        },
        {
            "id": "bbbdb5a5-24df-4b49-a253-0d7781ed83e6",
            "gambit_id": "9a229c2b-478d-4152-995b-e0ec526d073e",
            "last_updated": "2022-12-23T12:17:24.954439-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a40b8141-1ab8-4266-a084-2718719e345d/?format=api"
        }
    ]
}