GET /api/bet_types/385ab3ce-11ca-411a-ab41-bb7f9f5dc300/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "385ab3ce-11ca-411a-ab41-bb7f9f5dc300",
    "match": "https://api-prod.gambitprofit.com/api/matches/09cbc728-608d-4b63-947e-db2299018943/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Arizona State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arizona State",
                "amount": 8770.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 1230.0
            }
        ],
        "expected_reward_tokens": 9296.2,
        "profit_sb": 296.2,
        "profit_sb_percentage": 3.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "f31da7da-183c-4f7f-9ccc-78c527c6d0e8",
            "gambit_id": "3cf55799-3310-43e0-8338-631bf2406437",
            "last_updated": "2022-09-18T09:27:40.075596-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.06000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/385ab3ce-11ca-411a-ab41-bb7f9f5dc300/?format=api"
        },
        {
            "id": "03ed9726-c648-4e21-82ee-221f305e35bf",
            "gambit_id": "9139a01a-8847-45eb-9675-b6f835cc822c",
            "last_updated": "2022-09-18T09:27:40.076594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "7.56000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/385ab3ce-11ca-411a-ab41-bb7f9f5dc300/?format=api"
        }
    ]
}