GET /api/bet_types/09e8216f-f416-4cc4-8c0a-3f6d53ba1ac0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09e8216f-f416-4cc4-8c0a-3f6d53ba1ac0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f273742-e041-4a94-82ee-75750f20ec1d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-12T10:03:10.031721-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": "Edmonton Oilers",
                "amount": 7945.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2055.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d26cf86-660e-423e-8cb8-9e33cbdd9c68",
            "gambit_id": "25a58d45-549f-4317-a52b-69356e2e72ac",
            "last_updated": "2023-12-13T09:33:07.681763-05:00",
            "created_at": "2023-12-12T10:03:10.040868-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09e8216f-f416-4cc4-8c0a-3f6d53ba1ac0/?format=api"
        },
        {
            "id": "ce044d17-e2de-4ebd-abb3-8d4df5ac8ff6",
            "gambit_id": "330b6d8c-d66c-48b0-acc4-07307e3f9eb7",
            "last_updated": "2023-12-13T09:33:07.673250-05:00",
            "created_at": "2023-12-12T10:03:10.035773-05:00",
            "name": "Chicago Blackhawks",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09e8216f-f416-4cc4-8c0a-3f6d53ba1ac0/?format=api"
        }
    ]
}