GET /api/bet_types/179d3973-4ce8-48ee-90e3-823e4234f1b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "179d3973-4ce8-48ee-90e3-823e4234f1b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eb8c4bb-84f9-444c-aad0-4a88f7563ece/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T11:07:18.122571-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Los Angeles Clippers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Clippers",
                "amount": 9107.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 893.0
            }
        ],
        "expected_reward_tokens": 9465.8,
        "profit_sb": -34.2,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "4be58aa4-429f-43e0-a7af-9bbf07628830",
            "gambit_id": "34bb2da4-ad11-477b-bd8f-e6c5ce0818ba",
            "last_updated": "2023-04-09T11:42:19.320652-04:00",
            "created_at": "2023-04-08T11:07:18.124449-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/179d3973-4ce8-48ee-90e3-823e4234f1b4/?format=api"
        },
        {
            "id": "576d38cb-388b-4346-ab87-ff9751bf0027",
            "gambit_id": "b9389705-8ccf-45b0-a37b-e593e3ae286c",
            "last_updated": "2023-04-09T11:42:19.323277-04:00",
            "created_at": "2023-04-08T11:07:18.126375-04:00",
            "name": "Portland Trail Blazers",
            "reward": "10.60000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/179d3973-4ce8-48ee-90e3-823e4234f1b4/?format=api"
        }
    ]
}