GET /api/bet_types/97ba61ec-590a-4c82-b294-f14c7f8cdc3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97ba61ec-590a-4c82-b294-f14c7f8cdc3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e89d1de9-b8ab-4390-bcd4-818aa15303b8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:14.452149-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 Capitals",
                "amount": 5939.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "70dcc654-983a-4f85-9e99-d502114f030c",
            "gambit_id": "34b5c764-da7c-4377-8e4c-9c0ab631104d",
            "last_updated": "2023-12-04T15:28:30.474979-05:00",
            "created_at": "2023-12-02T08:28:14.455497-05:00",
            "name": "Washington Capitals",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ba61ec-590a-4c82-b294-f14c7f8cdc3e/?format=api"
        },
        {
            "id": "885ae73f-650e-4c10-ac62-47d2b37d34a8",
            "gambit_id": "a5c32c6c-d7af-4c4e-b0ab-e89ded4378c6",
            "last_updated": "2023-12-04T15:28:30.478288-05:00",
            "created_at": "2023-12-02T08:28:14.459958-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ba61ec-590a-4c82-b294-f14c7f8cdc3e/?format=api"
        }
    ]
}