GET /api/bet_types/4242b9c5-9170-45b6-bde1-bf62c6bdcb10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4242b9c5-9170-45b6-bde1-bf62c6bdcb10",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab0be270-c68d-401b-8838-8b7845112233/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-10T09:58:01.632326-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": "Florida Panthers",
                "amount": 6864.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "f29cc7af-23fe-45f5-90f2-0604f83db4c5",
            "gambit_id": "395c3748-bbde-47fc-8a4c-c19b31a1c167",
            "last_updated": "2023-12-12T10:28:16.048419-05:00",
            "created_at": "2023-12-10T09:58:01.639822-05:00",
            "name": "Florida Panthers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4242b9c5-9170-45b6-bde1-bf62c6bdcb10/?format=api"
        },
        {
            "id": "3fd3dd5c-71ca-4cbb-9c7b-9a81fe1aec1b",
            "gambit_id": "d6353ba9-853d-460f-a23c-65f9216960d4",
            "last_updated": "2023-12-12T10:28:16.055324-05:00",
            "created_at": "2023-12-10T09:58:01.645929-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4242b9c5-9170-45b6-bde1-bf62c6bdcb10/?format=api"
        }
    ]
}