GET /api/bet_types/894db56c-4bc6-4745-8747-8d4a4c0cbe1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "894db56c-4bc6-4745-8747-8d4a4c0cbe1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3015cf4e-7ead-482e-830b-26aa18312aee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:09.416756-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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "db39cd8b-077d-4ce8-a637-5c25f9cb71b0",
            "gambit_id": "4b1c8ae8-e4b2-4a66-b7b2-44710ace5cc6",
            "last_updated": "2023-12-04T20:53:09.459509-05:00",
            "created_at": "2023-11-30T10:28:09.424322-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/894db56c-4bc6-4745-8747-8d4a4c0cbe1c/?format=api"
        },
        {
            "id": "12d6d5b2-7df6-44d8-8556-2046d941c215",
            "gambit_id": "ab7f2684-f33c-49f0-80d0-d26f9f7cdf8c",
            "last_updated": "2023-12-04T20:53:09.463097-05:00",
            "created_at": "2023-11-30T10:28:09.432041-05:00",
            "name": "Green Bay Packers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/894db56c-4bc6-4745-8747-8d4a4c0cbe1c/?format=api"
        }
    ]
}