GET /api/bet_types/0c5ba50a-893c-4984-bffe-37d5a78448a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c5ba50a-893c-4984-bffe-37d5a78448a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/84a61ea3-a407-4db5-89cb-16ec744708ed/?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": "Edmonton Oilers",
                "amount": 6235.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf4ed093-9c72-4b3e-9965-312ce2fbe3ac",
            "gambit_id": "d133e74e-114f-4530-807c-8afa1efb1b39",
            "last_updated": "2022-10-31T11:07:10.080675-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c5ba50a-893c-4984-bffe-37d5a78448a4/?format=api"
        },
        {
            "id": "e7f0aeb6-1d51-4e6b-bc39-6d28e22b825c",
            "gambit_id": "1f60a471-6357-4ef5-876f-aedf9befe13f",
            "last_updated": "2022-10-31T11:07:10.079721-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c5ba50a-893c-4984-bffe-37d5a78448a4/?format=api"
        }
    ]
}