GET /api/bet_types/c7d8fd2e-0148-42fc-9388-3f2b3f33872e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7d8fd2e-0148-42fc-9388-3f2b3f33872e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c006efa1-26ef-4425-a260-982e6528044a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-21T09:21:57.915061-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Atlanta Hawks",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Atlanta Hawks",
                "amount": 8728.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1272.0
            }
        ],
        "expected_reward_tokens": 9513.52,
        "profit_sb": 13.52,
        "profit_sb_percentage": 0.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "866f3a52-a181-46bd-8b8e-c6ff82b4b50b",
            "gambit_id": "673f7163-face-4175-923e-adb3c6e71766",
            "last_updated": "2023-03-22T16:41:52.311194-04:00",
            "created_at": "2023-03-21T09:21:57.916942-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7d8fd2e-0148-42fc-9388-3f2b3f33872e/?format=api"
        },
        {
            "id": "67df63d6-a79d-4f9a-8c24-9d8e975bc02c",
            "gambit_id": "96fdfa17-3826-4df8-a329-7dc7f45ea259",
            "last_updated": "2023-03-22T16:41:52.313457-04:00",
            "created_at": "2023-03-21T09:21:57.918936-04:00",
            "name": "Detroit Pistons",
            "reward": "7.48000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7d8fd2e-0148-42fc-9388-3f2b3f33872e/?format=api"
        }
    ]
}