GET /api/bet_types/7cfb1c5a-39bf-4798-a6e3-82781bf4a464/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cfb1c5a-39bf-4798-a6e3-82781bf4a464",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfc3f0b9-dfd5-4517-869a-02800d23c9b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:10.318898-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Arizona",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arizona",
                "amount": 8912.0
            },
            {
                "team": "Princeton",
                "amount": 1088.0
            }
        ],
        "expected_reward_tokens": 9443.84,
        "profit_sb": -56.16,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "81d552ca-15f0-48da-a232-0d50d7a4bf75",
            "gambit_id": "f175afce-ca6c-4e28-b165-a800dfce997a",
            "last_updated": "2023-03-17T10:42:25.196623-04:00",
            "created_at": "2023-03-14T19:52:10.320504-04:00",
            "name": "Arizona",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cfb1c5a-39bf-4798-a6e3-82781bf4a464/?format=api"
        },
        {
            "id": "ef52c9ce-b717-47c0-9cf9-af2918478b0e",
            "gambit_id": "b4141c28-eabe-4cae-ab3d-5b79f046207d",
            "last_updated": "2023-03-17T10:42:25.197743-04:00",
            "created_at": "2023-03-14T19:52:10.321976-04:00",
            "name": "Princeton",
            "reward": "8.68000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cfb1c5a-39bf-4798-a6e3-82781bf4a464/?format=api"
        }
    ]
}