GET /api/bet_types/41541fa4-379f-4d72-ae26-dbafcceab889/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41541fa4-379f-4d72-ae26-dbafcceab889",
    "match": "https://api-prod.gambitprofit.com/api/matches/ceb9d1dc-7434-42df-ac78-eb4b8565826e/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:56.673275-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": "Vancouver Canucks",
                "amount": 5292.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "e26d33d1-03ea-4c8c-986c-13f9ea5b9357",
            "gambit_id": "9ded60fd-a902-4c40-bed8-ce0e0eaa7dca",
            "last_updated": "2022-12-25T17:57:04.792125-05:00",
            "created_at": "2022-12-23T09:06:56.675669-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41541fa4-379f-4d72-ae26-dbafcceab889/?format=api"
        },
        {
            "id": "855b4c3b-4e2e-48db-95f9-7b75e54c64d5",
            "gambit_id": "ad57c889-93fe-4478-8177-3d6cdb135ef2",
            "last_updated": "2022-12-25T17:57:04.791034-05:00",
            "created_at": "2022-12-23T09:06:56.674438-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41541fa4-379f-4d72-ae26-dbafcceab889/?format=api"
        }
    ]
}