GET /api/bet_types/01ff762a-de54-4eb3-a588-f25314479aad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01ff762a-de54-4eb3-a588-f25314479aad",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c183923-8159-423c-809b-207276cb6339/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:02.584339-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": "Winnipeg Jets",
                "amount": 6020.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "607aea6c-a054-4fd7-8707-b7979bb8cfea",
            "gambit_id": "cb158135-249c-478d-b475-818fa04086c9",
            "last_updated": "2023-04-28T11:22:24.916593-04:00",
            "created_at": "2023-04-27T11:52:02.586578-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01ff762a-de54-4eb3-a588-f25314479aad/?format=api"
        },
        {
            "id": "1c0fa717-4436-4704-9ee0-c546e110f1d1",
            "gambit_id": "479e3ac8-daea-4893-8a5f-d1e9be82e4a4",
            "last_updated": "2023-04-28T11:22:24.917745-04:00",
            "created_at": "2023-04-27T11:52:02.589379-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01ff762a-de54-4eb3-a588-f25314479aad/?format=api"
        }
    ]
}