GET /api/bet_types/9dbcab24-7c1f-4d78-9db1-37749bd5121f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dbcab24-7c1f-4d78-9db1-37749bd5121f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a801b853-86d3-45e8-8647-e465959175a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:03.270460-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "270107b7-0066-4e95-9198-c177961c090b",
            "gambit_id": "c50f6da0-9f39-41ee-ae71-af2f9a04d32e",
            "last_updated": "2023-11-10T12:33:19.401280-05:00",
            "created_at": "2023-11-08T08:23:03.274331-05:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dbcab24-7c1f-4d78-9db1-37749bd5121f/?format=api"
        },
        {
            "id": "48a1b3ee-294d-4f6c-b9f8-c3f11c373c67",
            "gambit_id": "edf9e735-4c19-47ca-a5e0-eb915caf2041",
            "last_updated": "2023-11-10T12:33:19.405607-05:00",
            "created_at": "2023-11-08T08:23:03.279919-05:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dbcab24-7c1f-4d78-9db1-37749bd5121f/?format=api"
        }
    ]
}