GET /api/bet_types/6922f83c-2b83-44ed-9a39-eceb290f8785/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6922f83c-2b83-44ed-9a39-eceb290f8785",
    "match": "https://api-prod.gambitprofit.com/api/matches/07b5b262-8def-4acc-862b-54d229ad8314/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:10.628078-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": "Boston Bruins",
                "amount": 5773.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "d96944a0-6b8e-45f6-8359-7b43c661207d",
            "gambit_id": "c5ff9901-6848-4486-8afe-7caf9548b503",
            "last_updated": "2024-01-29T21:58:10.922268-05:00",
            "created_at": "2024-01-27T09:18:10.638341-05:00",
            "name": "Boston Bruins",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6922f83c-2b83-44ed-9a39-eceb290f8785/?format=api"
        },
        {
            "id": "110e0597-c0b8-4b5e-96bc-b20b4a2f1949",
            "gambit_id": "b94c8101-44a9-47d0-a7d6-48d82c6377f4",
            "last_updated": "2024-01-29T21:58:10.925832-05:00",
            "created_at": "2024-01-27T09:18:10.643135-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6922f83c-2b83-44ed-9a39-eceb290f8785/?format=api"
        }
    ]
}