GET /api/bet_types/05fa1a9a-ac87-4b6b-8110-62751293c76c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05fa1a9a-ac87-4b6b-8110-62751293c76c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1086817-3c95-49ee-a9a3-9cc799f96df8/?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": "Pittsburgh Penguins",
                "amount": 6825.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9144.0,
        "profit_sb": 144.0,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "1de89911-875f-46d5-b4f9-100a201d839f",
            "gambit_id": "01abbf22-877c-41ae-9365-6a4e206fe0c7",
            "last_updated": "2022-12-17T09:57:43.129462-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05fa1a9a-ac87-4b6b-8110-62751293c76c/?format=api"
        },
        {
            "id": "4a1f74bb-a1fa-4f9a-ba94-c69d4dbcf272",
            "gambit_id": "9971e9d6-1e06-4c2a-8489-72bffc2b9b8e",
            "last_updated": "2022-12-17T09:57:43.128368-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05fa1a9a-ac87-4b6b-8110-62751293c76c/?format=api"
        }
    ]
}