GET /api/bet_types/8ded48f5-09d0-4e3d-ba75-39406dff8362/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ded48f5-09d0-4e3d-ba75-39406dff8362",
    "match": "https://api-prod.gambitprofit.com/api/matches/6abdddaf-027b-4eb5-a846-5f67a3079771/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:14.295689-04: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": "Ottawa Senators",
                "amount": 5107.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e344922d-8c7c-4861-9df7-32c2699ea4df",
            "gambit_id": "d5c53764-5011-4f50-8cee-496762230c58",
            "last_updated": "2023-04-05T22:47:03.195947-04:00",
            "created_at": "2023-04-04T09:32:14.298964-04:00",
            "name": "Ottawa Senators",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ded48f5-09d0-4e3d-ba75-39406dff8362/?format=api"
        },
        {
            "id": "807cc178-669a-4f64-9fdd-f95f7725e55e",
            "gambit_id": "ce99a3ea-b571-4749-a1c6-53beb7d322dc",
            "last_updated": "2023-04-05T22:47:03.193714-04:00",
            "created_at": "2023-04-04T09:32:14.297279-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ded48f5-09d0-4e3d-ba75-39406dff8362/?format=api"
        }
    ]
}