GET /api/bet_types/591f87fe-6858-48e7-940b-3af8fd810ae2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "591f87fe-6858-48e7-940b-3af8fd810ae2",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f496fc9-f4cc-4bf2-b28c-d554605eaf75/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "New York Knicks",
                "amount": 5097.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f024c87-c395-46f1-bfca-ff0394403712",
            "gambit_id": "5785e4de-bf31-4cde-81a6-fcc81a7a73f5",
            "last_updated": "2022-12-08T13:02:13.383770-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591f87fe-6858-48e7-940b-3af8fd810ae2/?format=api"
        },
        {
            "id": "b5ac09e5-b0cb-455a-82f2-081bc7a9f576",
            "gambit_id": "a4687159-07cb-4d18-85db-6f9080afde3a",
            "last_updated": "2022-12-08T13:02:13.382746-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591f87fe-6858-48e7-940b-3af8fd810ae2/?format=api"
        }
    ]
}