GET /api/bet_types/a4446c1a-c55e-4891-9bca-64d2d8d1fec5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4446c1a-c55e-4891-9bca-64d2d8d1fec5",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ef801b9-0556-43d2-b42a-fdb78714db1f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:12.260378-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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Lions",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed3d026a-e428-48a9-8474-e2019418f260",
            "gambit_id": "c1d726e9-444a-4bf9-90ba-783af16402eb",
            "last_updated": "2023-01-09T09:57:16.380112-05:00",
            "created_at": "2023-01-05T09:57:12.261623-05:00",
            "name": "Green Bay Packers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4446c1a-c55e-4891-9bca-64d2d8d1fec5/?format=api"
        },
        {
            "id": "c40fb0bd-8621-4cab-9ee4-7fa547543529",
            "gambit_id": "c6711602-f715-4210-b947-021e6e29d303",
            "last_updated": "2023-01-09T09:57:16.381254-05:00",
            "created_at": "2023-01-05T09:57:12.262938-05:00",
            "name": "Detroit Lions",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4446c1a-c55e-4891-9bca-64d2d8d1fec5/?format=api"
        }
    ]
}