GET /api/bet_types/b0731b92-fc7f-4eca-ae29-b8fd8a85278e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0731b92-fc7f-4eca-ae29-b8fd8a85278e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0614aed-855a-4cdf-81f9-562e27712060/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:18:00.731687-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": "Los Angeles Kings",
                "amount": 6744.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c94677d-253a-4978-ac26-e6360faf682f",
            "gambit_id": "e3416d82-ef76-4d4d-9f6a-0cd5eeb11bee",
            "last_updated": "2023-11-10T12:43:20.527780-05:00",
            "created_at": "2023-11-08T08:18:00.736053-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0731b92-fc7f-4eca-ae29-b8fd8a85278e/?format=api"
        },
        {
            "id": "64bad4d7-e4d4-4152-8b52-8492c224ded4",
            "gambit_id": "193347bc-7c7c-48e6-aee4-dcc9fc149334",
            "last_updated": "2023-11-10T12:43:20.531277-05:00",
            "created_at": "2023-11-08T08:18:00.740637-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0731b92-fc7f-4eca-ae29-b8fd8a85278e/?format=api"
        }
    ]
}