GET /api/bet_types/ba57c9a0-2c86-49bb-b161-e084aeb20492/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba57c9a0-2c86-49bb-b161-e084aeb20492",
    "match": "https://api-prod.gambitprofit.com/api/matches/3213b066-5e26-42b2-9e74-26c1e4071a96/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "USC",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 700.0,
        "profit_sb_percentage": 7.37,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "USC",
                "amount": 9233.0
            },
            {
                "team": "Arizona State",
                "amount": 767.0
            }
        ],
        "expected_reward_tokens": 9417.66,
        "profit_sb": -82.34,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6b7986c-096d-4b34-b505-bfbe55b8f29f",
            "gambit_id": "caaa7093-7948-4437-a0e8-e4e90a403bfb",
            "last_updated": "2022-10-03T11:22:20.508077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.02000",
            "odds": "1.02500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba57c9a0-2c86-49bb-b161-e084aeb20492/?format=api"
        },
        {
            "id": "7cc9f2b9-afab-42ed-b4c7-3ed8ee65668e",
            "gambit_id": "8bec30fd-a73f-4637-9a1d-421b68a5847c",
            "last_updated": "2022-10-03T11:22:20.509221-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "12.28000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba57c9a0-2c86-49bb-b161-e084aeb20492/?format=api"
        }
    ]
}