GET /api/bet_types/651bd87a-22f6-46d3-8b18-16154c7a1e23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "651bd87a-22f6-46d3-8b18-16154c7a1e23",
    "match": "https://api-prod.gambitprofit.com/api/matches/471bded4-2f4e-43b8-bb79-cb1d388ea4a4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:53.003536-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": "Detroit Red Wings",
                "amount": 5419.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "2335b9ac-01bd-4c93-9748-f433c2c4fdbe",
            "gambit_id": "41095c9a-d254-4533-a97e-0cfcee667b44",
            "last_updated": "2023-02-12T10:06:59.750321-05:00",
            "created_at": "2023-02-11T09:01:53.004832-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/651bd87a-22f6-46d3-8b18-16154c7a1e23/?format=api"
        },
        {
            "id": "f4638865-bf69-4be4-a038-4a8aeada4def",
            "gambit_id": "08dfd42e-7f7c-4235-ae47-8f2a96528391",
            "last_updated": "2023-02-12T10:06:59.751537-05:00",
            "created_at": "2023-02-11T09:01:53.006175-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/651bd87a-22f6-46d3-8b18-16154c7a1e23/?format=api"
        }
    ]
}