GET /api/bet_types/8b6648a2-e324-4591-9b11-d621dca75486/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b6648a2-e324-4591-9b11-d621dca75486",
    "match": "https://api-prod.gambitprofit.com/api/matches/9af73e3a-15f9-4806-87ed-b7632ea8ac18/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Vegas Golden Knights",
                "amount": 6256.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "03581276-464c-4a94-afdf-da3614e9a957",
            "gambit_id": "959ef50e-aa78-4d1f-85a6-e752f78fb9c7",
            "last_updated": "2022-11-28T11:21:55.701073-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b6648a2-e324-4591-9b11-d621dca75486/?format=api"
        },
        {
            "id": "88036734-bcd6-4ddf-b2aa-f5abf71954a5",
            "gambit_id": "f3233292-bd56-40c5-806b-05207fecf7ad",
            "last_updated": "2022-11-28T11:21:55.702086-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b6648a2-e324-4591-9b11-d621dca75486/?format=api"
        }
    ]
}