GET /api/bet_types/2be13514-1825-4203-baa4-7f26ede7a0cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2be13514-1825-4203-baa4-7f26ede7a0cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/286a6720-92d0-416e-a3b4-4e1d5149002b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:04.997970-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": 5861.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "4966c7f1-fe57-454b-b512-23a863f94854",
            "gambit_id": "5e7d74a3-9d30-4f0a-935f-a1f173340e24",
            "last_updated": "2023-11-13T14:03:19.454694-05:00",
            "created_at": "2023-11-11T08:53:05.009777-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be13514-1825-4203-baa4-7f26ede7a0cf/?format=api"
        },
        {
            "id": "5f573ee9-d321-49fa-bb8f-0f80d3a0b1e6",
            "gambit_id": "0be50184-a867-41b3-a3a0-8386f457552e",
            "last_updated": "2023-11-13T14:03:19.451271-05:00",
            "created_at": "2023-11-11T08:53:05.002312-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be13514-1825-4203-baa4-7f26ede7a0cf/?format=api"
        }
    ]
}