GET /api/bet_types/4e2a22ea-9faa-4d3e-b119-20b235fcc914/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e2a22ea-9faa-4d3e-b119-20b235fcc914",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e6b4bcd-44a1-4807-b9dc-b2dccf8b3b4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:05.255529-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": "Winnipeg Jets",
                "amount": 6978.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3022.0
            }
        ],
        "expected_reward_tokens": 9489.08,
        "profit_sb": -10.92,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5dd13620-9a37-472d-afaa-09d0ac8d397c",
            "gambit_id": "418718b8-6a9d-4872-9cb7-eece6287a47a",
            "last_updated": "2023-11-13T14:03:16.274672-05:00",
            "created_at": "2023-11-11T08:53:05.263076-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e2a22ea-9faa-4d3e-b119-20b235fcc914/?format=api"
        },
        {
            "id": "ed25a83b-d9e1-4b0c-9282-58226d95a2e6",
            "gambit_id": "9871249c-1ea8-47ea-bd49-372f6eec65b0",
            "last_updated": "2023-11-13T14:03:16.271400-05:00",
            "created_at": "2023-11-11T08:53:05.259033-05:00",
            "name": "Dallas Stars",
            "reward": "3.14000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e2a22ea-9faa-4d3e-b119-20b235fcc914/?format=api"
        }
    ]
}