GET /api/bet_types/612d0dc6-da4c-4b08-9f25-c6df2ddb5df0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "612d0dc6-da4c-4b08-9f25-c6df2ddb5df0",
    "match": "https://api-prod.gambitprofit.com/api/matches/743f026a-c231-41ba-847c-a7c6b05228ff/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Commanders",
                "amount": 5106.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7ce11de-a0a6-41e9-98a1-d5f01d6c57a8",
            "gambit_id": "781a100c-9756-4196-8927-8ae078d36136",
            "last_updated": "2022-10-14T09:42:01.925487-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/612d0dc6-da4c-4b08-9f25-c6df2ddb5df0/?format=api"
        },
        {
            "id": "a54eccba-b4e8-4b6b-8c78-81998eef4dc2",
            "gambit_id": "388cdfaf-a2c3-4abc-9307-9b7b73704a9b",
            "last_updated": "2022-10-14T09:42:01.924357-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/612d0dc6-da4c-4b08-9f25-c6df2ddb5df0/?format=api"
        }
    ]
}