GET /api/bet_types/cd853185-c992-4821-85a2-af49226735da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd853185-c992-4821-85a2-af49226735da",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5dd5ffb-8a47-42db-bcac-9245233760e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-06T13:12:10.442349-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": "New Jersey Devils",
                "amount": 6805.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "1daf25ce-f8bb-4108-b063-8b3fcf21d653",
            "gambit_id": "be87d277-b705-45ee-90ff-c47a02be1476",
            "last_updated": "2023-02-07T11:21:55.987300-05:00",
            "created_at": "2023-02-06T13:12:10.443810-05:00",
            "name": "New Jersey Devils",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd853185-c992-4821-85a2-af49226735da/?format=api"
        },
        {
            "id": "54e8b7f3-99ac-4464-81d3-c66937eba2a0",
            "gambit_id": "973197e5-7849-4211-8ede-955dcd590812",
            "last_updated": "2023-02-07T11:21:55.988774-05:00",
            "created_at": "2023-02-06T13:12:10.445281-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd853185-c992-4821-85a2-af49226735da/?format=api"
        }
    ]
}