GET /api/bet_types/35c30ba0-1d0d-4717-963b-76f8cd01c7dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35c30ba0-1d0d-4717-963b-76f8cd01c7dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4f7a437-c231-4348-8ce3-3d096c885161/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:56.240906-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": 6241.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f75bb20-f8d6-4458-9476-19737a12be73",
            "gambit_id": "f66409a4-64ac-4ee7-9e0a-1529942a6180",
            "last_updated": "2023-04-10T15:17:16.172833-04:00",
            "created_at": "2023-04-08T09:01:56.244100-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c30ba0-1d0d-4717-963b-76f8cd01c7dd/?format=api"
        },
        {
            "id": "bf356b3d-135a-4306-88ec-df4ba3890f3c",
            "gambit_id": "f4a3ac2f-b2c9-4f26-9767-657ca61d7a76",
            "last_updated": "2023-04-10T15:17:16.170787-04:00",
            "created_at": "2023-04-08T09:01:56.242539-04:00",
            "name": "Dallas Stars",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c30ba0-1d0d-4717-963b-76f8cd01c7dd/?format=api"
        }
    ]
}