GET /api/bet_types/8a719a04-6a36-4ad4-a93a-eda4d835a53a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a719a04-6a36-4ad4-a93a-eda4d835a53a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc8794e2-98e3-43f4-9249-aa13eb5e7fcb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T11:53:14.631925-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Norma Dumont",
                "amount": 5778.0
            },
            {
                "team": "Chelsea Chandler",
                "amount": 4222.0
            }
        ],
        "expected_reward_tokens": 9244.8,
        "profit_sb": -255.2,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "714b0d4a-122e-4092-8be2-1db2e8ae0e2c",
            "gambit_id": "eb775c8a-c6cc-4d1d-aacd-7c0cc9ae000f",
            "last_updated": "2023-07-17T10:43:05.974185-04:00",
            "created_at": "2023-07-15T11:53:14.635059-04:00",
            "name": "Norma Dumont",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a719a04-6a36-4ad4-a93a-eda4d835a53a/?format=api"
        },
        {
            "id": "7ac8566a-a1f8-4605-80ea-da3fbc0a4cf7",
            "gambit_id": "7b2ea6c0-e2f6-4590-8310-5498413140b7",
            "last_updated": "2023-07-17T10:43:05.972735-04:00",
            "created_at": "2023-07-15T11:53:14.633548-04:00",
            "name": "Chelsea Chandler",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a719a04-6a36-4ad4-a93a-eda4d835a53a/?format=api"
        }
    ]
}