GET /api/bet_types/583c5c6e-b3fa-4ba8-bb06-93aa1141b03a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "583c5c6e-b3fa-4ba8-bb06-93aa1141b03a",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb389852-41cb-4856-b5bd-8922444624fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T13:02:10.283225-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": "Vegas Golden Knights",
                "amount": 7158.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 9520.14,
        "profit_sb": 20.14,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "26625066-075b-4b22-88c9-8847eb3bb121",
            "gambit_id": "03339fe4-737b-492c-b90b-56fe23879a6c",
            "last_updated": "2023-04-25T11:42:20.769501-04:00",
            "created_at": "2023-04-24T13:02:10.287095-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/583c5c6e-b3fa-4ba8-bb06-93aa1141b03a/?format=api"
        },
        {
            "id": "a8dbfef1-b22c-401a-a43a-e86f306e9bf6",
            "gambit_id": "18191322-5962-49ac-b895-b0cf283f2b45",
            "last_updated": "2023-04-25T11:42:20.767600-04:00",
            "created_at": "2023-04-24T13:02:10.285060-04:00",
            "name": "Winnipeg Jets",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/583c5c6e-b3fa-4ba8-bb06-93aa1141b03a/?format=api"
        }
    ]
}