GET /api/bet_types/411e6168-044e-45e9-981b-3ea5f390e65f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "411e6168-044e-45e9-981b-3ea5f390e65f",
    "match": "https://api-prod.gambitprofit.com/api/matches/693cc205-4a00-4802-b64c-4deb3329c65a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:08.853528-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Milwaukee Bucks",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Milwaukee Bucks",
                "amount": 8810.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1190.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "715f02b7-d4b6-4226-ac8a-93cfd4273028",
            "gambit_id": "e7fa4dbf-a04e-43b3-93b8-8169b9f16ccc",
            "last_updated": "2023-12-18T10:43:03.466298-05:00",
            "created_at": "2023-12-16T09:23:08.865378-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411e6168-044e-45e9-981b-3ea5f390e65f/?format=api"
        },
        {
            "id": "3664caee-15e6-4984-b303-d515c163feda",
            "gambit_id": "cbef4656-3ac5-4f1a-b4da-9657fed129aa",
            "last_updated": "2023-12-18T10:43:03.462770-05:00",
            "created_at": "2023-12-16T09:23:08.860294-05:00",
            "name": "Detroit Pistons",
            "reward": "7.92000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411e6168-044e-45e9-981b-3ea5f390e65f/?format=api"
        }
    ]
}