GET /api/bet_types/9e25f431-8c44-4569-8d92-e38acc227a0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e25f431-8c44-4569-8d92-e38acc227a0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e819790c-d317-4a3a-a411-342ca11f5188/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:51.299283-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": "Toronto Maple Leafs",
                "amount": 6458.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "e078b9b7-7b70-45a8-ab40-e9a7111ccc6a",
            "gambit_id": "a7e5d260-d592-48bd-94a1-1aef6fed7348",
            "last_updated": "2023-03-24T11:01:59.895887-04:00",
            "created_at": "2023-03-23T09:06:51.302918-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e25f431-8c44-4569-8d92-e38acc227a0a/?format=api"
        },
        {
            "id": "03ea06c1-5c59-4cfd-9ca8-d294ae877ff1",
            "gambit_id": "8b01a645-e609-445a-92ec-9a557ad4fa08",
            "last_updated": "2023-03-24T11:01:59.893375-04:00",
            "created_at": "2023-03-23T09:06:51.301173-04:00",
            "name": "Florida Panthers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e25f431-8c44-4569-8d92-e38acc227a0a/?format=api"
        }
    ]
}