GET /api/bet_types/9b9450f3-b638-4e47-9324-37a302fef606/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b9450f3-b638-4e47-9324-37a302fef606",
    "match": "https://api-prod.gambitprofit.com/api/matches/208af0f4-121a-40a1-bba8-4d76d578b29b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:01.636803-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": "New York Rangers",
                "amount": 6942.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "4c4f561a-606d-4ecf-b87c-63224e622c78",
            "gambit_id": "b399ee34-024e-4592-9e7f-deead587d43d",
            "last_updated": "2023-04-28T11:22:24.023940-04:00",
            "created_at": "2023-04-27T11:52:01.639815-04:00",
            "name": "New York Rangers",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b9450f3-b638-4e47-9324-37a302fef606/?format=api"
        },
        {
            "id": "16b0e6c4-5506-4bf7-8f80-e6303d7580b8",
            "gambit_id": "b12c90e7-ad21-4831-9ac7-f8a1602b2514",
            "last_updated": "2023-04-28T11:22:24.022370-04:00",
            "created_at": "2023-04-27T11:52:01.638312-04:00",
            "name": "New Jersey Devils",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b9450f3-b638-4e47-9324-37a302fef606/?format=api"
        }
    ]
}