GET /api/bet_types/7f3a08c3-826a-4c84-af2b-c938657f2a59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f3a08c3-826a-4c84-af2b-c938657f2a59",
    "match": "https://api-prod.gambitprofit.com/api/matches/e19f2c23-b60c-4324-9d03-b08a451aecd2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:06.277202-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": "Las Vegas Raiders",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ce97f50-9bb6-4e1a-9b74-3f3e942c35c8",
            "gambit_id": "cc4a8419-08d7-4799-b112-89611564f4ca",
            "last_updated": "2023-12-26T20:28:08.687828-05:00",
            "created_at": "2023-12-20T11:13:06.282920-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f3a08c3-826a-4c84-af2b-c938657f2a59/?format=api"
        },
        {
            "id": "0571af0a-9875-4efd-b855-1cc00bffa6a3",
            "gambit_id": "c4e0ef9c-5fd7-4e90-97de-34e3cf5b642e",
            "last_updated": "2023-12-26T20:28:08.691594-05:00",
            "created_at": "2023-12-20T11:13:06.289001-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f3a08c3-826a-4c84-af2b-c938657f2a59/?format=api"
        }
    ]
}