GET /api/bet_types/9f42b711-33b0-427e-9940-ce26e50c5ffb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f42b711-33b0-427e-9940-ce26e50c5ffb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3da1921-801d-40ff-b1c7-0fc22e7b405d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:02:17.743003-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": "Columbus Blue Jackets",
                "amount": 6163.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "343e2b5d-1829-42b8-a58a-bec777f8c775",
            "gambit_id": "1ff3488c-dde4-4cc1-95b8-650e83cb54db",
            "last_updated": "2023-03-04T16:31:49.699672-05:00",
            "created_at": "2023-03-03T08:02:17.744635-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f42b711-33b0-427e-9940-ce26e50c5ffb/?format=api"
        },
        {
            "id": "b6fdb10e-88f0-4836-ab49-354c8ba867fd",
            "gambit_id": "54ca6d99-04d6-435e-b0b7-d1b4034b214d",
            "last_updated": "2023-03-04T16:31:49.700946-05:00",
            "created_at": "2023-03-03T08:02:17.746093-05:00",
            "name": "Seattle Kraken",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f42b711-33b0-427e-9940-ce26e50c5ffb/?format=api"
        }
    ]
}