GET /api/bet_types/9ac4d059-39c8-43ed-8e60-45e1152b61c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ac4d059-39c8-43ed-8e60-45e1152b61c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f57ed2f-287f-4321-92c9-57f0de46677b/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:54.213364-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": "Carolina Hurricanes",
                "amount": 5577.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "61466433-6620-4832-b2f8-6eb65b809367",
            "gambit_id": "5a12ab71-f760-4491-ba84-b9a0f3d70bb3",
            "last_updated": "2022-12-25T18:07:05.631049-05:00",
            "created_at": "2022-12-23T09:06:54.214557-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac4d059-39c8-43ed-8e60-45e1152b61c1/?format=api"
        },
        {
            "id": "95f466bd-3917-4fa8-88fa-6eee5c0885bd",
            "gambit_id": "e22654c8-2d57-48fc-8029-a44a3e86614a",
            "last_updated": "2022-12-25T18:07:05.632189-05:00",
            "created_at": "2022-12-23T09:06:54.215892-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac4d059-39c8-43ed-8e60-45e1152b61c1/?format=api"
        }
    ]
}