GET /api/bet_types/3d2c1be6-eace-42d1-8e94-7b086689830d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d2c1be6-eace-42d1-8e94-7b086689830d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8665da3f-60b4-4911-8157-f67e38e46634/?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": "New York Rangers",
                "amount": 5492.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "1cf2fcaf-27c7-4db2-94d1-fb18cb093b56",
            "gambit_id": "80b0b121-ac9e-4271-ba06-d50e2f6c3ae9",
            "last_updated": "2022-11-18T09:52:40.184810-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d2c1be6-eace-42d1-8e94-7b086689830d/?format=api"
        },
        {
            "id": "3bde2c55-1c25-4dd1-9a39-b9cf87713376",
            "gambit_id": "1c1e2e85-a50e-44db-98a0-55f2c8827507",
            "last_updated": "2022-11-18T09:52:40.183732-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d2c1be6-eace-42d1-8e94-7b086689830d/?format=api"
        }
    ]
}