GET /api/bet_types/bf238912-7376-4922-a9f5-acc937dd63e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf238912-7376-4922-a9f5-acc937dd63e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cf33b9d-4f79-41dd-b461-2a8aca1b9f0a/?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": "Carolina Hurricanes",
                "amount": 5492.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "6828d8f1-1000-4c60-9820-92661c69743e",
            "gambit_id": "97f6a155-fe3f-4bc8-86a3-6217738948fd",
            "last_updated": "2022-11-18T09:57:54.780739-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf238912-7376-4922-a9f5-acc937dd63e6/?format=api"
        },
        {
            "id": "ca2370da-22d5-4f1f-97d2-936bdf708280",
            "gambit_id": "b8319c45-93cc-4408-93cf-aec1418604b2",
            "last_updated": "2022-11-18T09:57:54.781730-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf238912-7376-4922-a9f5-acc937dd63e6/?format=api"
        }
    ]
}