GET /api/bet_types/1e547e6e-f313-47a3-8a63-9d25f7e2e6e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e547e6e-f313-47a3-8a63-9d25f7e2e6e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/54565adc-f282-4a14-be66-2bf64de9c51f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:07.339624-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d589f840-bb6b-481e-a771-efae74790e7e",
            "gambit_id": "f604b846-b527-4545-854e-4d199af16a34",
            "last_updated": "2023-12-15T10:58:00.992886-05:00",
            "created_at": "2023-12-14T09:28:07.355499-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e547e6e-f313-47a3-8a63-9d25f7e2e6e8/?format=api"
        },
        {
            "id": "ee260bfd-9a6d-4598-a721-d6c783ec7715",
            "gambit_id": "2896ed4a-ea7b-419b-9993-3345cad84558",
            "last_updated": "2023-12-15T10:58:00.989462-05:00",
            "created_at": "2023-12-14T09:28:07.347472-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e547e6e-f313-47a3-8a63-9d25f7e2e6e8/?format=api"
        }
    ]
}