GET /api/bet_types/f3272145-4381-4024-9dd8-64d08a48d457/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3272145-4381-4024-9dd8-64d08a48d457",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6ac726c-7aa6-4d74-9717-6afe91b1cf3e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:03.079314-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": "Vegas Golden Knights",
                "amount": 6805.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3d5e994-9ff3-4175-939a-a179f0df36dd",
            "gambit_id": "dafedcad-30a7-4311-abbb-c0673fa44b46",
            "last_updated": "2024-01-23T20:13:14.340013-05:00",
            "created_at": "2024-01-22T08:43:03.083202-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3272145-4381-4024-9dd8-64d08a48d457/?format=api"
        },
        {
            "id": "e40255e6-6519-4a68-af8d-f1194d3e048e",
            "gambit_id": "d75a4a95-6ed0-4867-a914-cd1bb919541f",
            "last_updated": "2024-01-23T20:13:14.343428-05:00",
            "created_at": "2024-01-22T08:43:03.087804-05:00",
            "name": "New Jersey Devils",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3272145-4381-4024-9dd8-64d08a48d457/?format=api"
        }
    ]
}