GET /api/bet_types/20d41b9d-9f26-4f57-976d-cd5cbf7d1485/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20d41b9d-9f26-4f57-976d-cd5cbf7d1485",
    "match": "https://api-prod.gambitprofit.com/api/matches/4646f328-1a45-4443-a626-2477eb1bf3ff/?format=api",
    "name": "Pick the Winner",
    "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": "Calgary Flames",
                "amount": 5304.0
            },
            {
                "team": "New York Islanders",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "60eee5cc-d34e-4d6d-ab53-779810120564",
            "gambit_id": "318e98b5-1b7d-44be-ad2a-28a735efcd52",
            "last_updated": "2022-11-08T11:02:11.611031-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d41b9d-9f26-4f57-976d-cd5cbf7d1485/?format=api"
        },
        {
            "id": "c3312835-0478-4e8a-8ecb-7fb15f9f5393",
            "gambit_id": "c425c10d-94c7-47c9-93aa-54fc3019d13a",
            "last_updated": "2022-11-08T11:02:11.609959-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d41b9d-9f26-4f57-976d-cd5cbf7d1485/?format=api"
        }
    ]
}