GET /api/bet_types/47f39d40-35a3-471c-b0ed-1a59c0a9c774/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47f39d40-35a3-471c-b0ed-1a59c0a9c774",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa37bea5-50c6-44e0-9626-909299d822ef/?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": "New York Rangers",
                "amount": 6387.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3613.0
            }
        ],
        "expected_reward_tokens": 9068.63,
        "profit_sb": 68.63,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "710a9cbe-01ba-4a85-97a4-35ca6ce38a1e",
            "gambit_id": "3aafa6e4-3ca0-48b0-a767-dc67ed4b86e6",
            "last_updated": "2022-12-21T22:37:05.057147-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.42000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47f39d40-35a3-471c-b0ed-1a59c0a9c774/?format=api"
        },
        {
            "id": "1db1adfb-f7e5-4074-8a6e-ca3ed6f73806",
            "gambit_id": "7c0df1ce-94ad-41bb-b437-cd1dfa7ba7b8",
            "last_updated": "2022-12-21T22:37:05.056107-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.51000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47f39d40-35a3-471c-b0ed-1a59c0a9c774/?format=api"
        }
    ]
}