GET /api/bet_types/9d6196f8-a2ba-48be-b5df-44e20f5fd70f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d6196f8-a2ba-48be-b5df-44e20f5fd70f",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdd8b791-c12b-4580-b002-318292058c01/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T22:48:26.151180-04: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 Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd4ce910-6f1c-49ac-b743-0de2d7f06d76",
            "gambit_id": "092604ad-fd71-47cb-957a-c32bfb416545",
            "last_updated": "2023-09-11T11:08:25.111521-04:00",
            "created_at": "2023-09-06T22:48:26.156044-04:00",
            "name": "Miami Dolphins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d6196f8-a2ba-48be-b5df-44e20f5fd70f/?format=api"
        },
        {
            "id": "854a48fe-0730-4c09-ac19-690b3ea31b09",
            "gambit_id": "286b16f1-b821-4d29-877c-61022272d690",
            "last_updated": "2023-09-11T11:08:25.114723-04:00",
            "created_at": "2023-09-06T22:48:26.160462-04:00",
            "name": "Los Angeles Chargers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d6196f8-a2ba-48be-b5df-44e20f5fd70f/?format=api"
        }
    ]
}