GET /api/bet_types/36ec23c7-a163-4cf5-bc4b-2b00576b4e83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36ec23c7-a163-4cf5-bc4b-2b00576b4e83",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5db1643-5c93-40c6-aef0-e1bd93ba2ef7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-21T08:51:55.116838-05: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": "Edmonton Oilers",
                "amount": 7221.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "00045541-779e-4a5b-b834-4b634c2d97b0",
            "gambit_id": "45da9a8e-c775-4413-8e72-8dc875f8de3e",
            "last_updated": "2023-02-22T08:57:05.514819-05:00",
            "created_at": "2023-02-21T08:51:55.118339-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ec23c7-a163-4cf5-bc4b-2b00576b4e83/?format=api"
        },
        {
            "id": "aebc2b6b-12d8-482b-81ed-63f49eb386ad",
            "gambit_id": "a3f3f45b-e164-4d86-a217-42100475a2be",
            "last_updated": "2023-02-22T08:57:05.516008-05:00",
            "created_at": "2023-02-21T08:51:55.119911-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ec23c7-a163-4cf5-bc4b-2b00576b4e83/?format=api"
        }
    ]
}