GET /api/bet_types/50af4593-af02-4568-9892-1705c10c540e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50af4593-af02-4568-9892-1705c10c540e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d214ad3-e8c8-4440-a1b2-9925406ee952/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-01T10:03:01.576885-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": "Seattle Kraken",
                "amount": 6611.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "5af122e9-49f1-42d7-80d7-c80801eb9b0d",
            "gambit_id": "883e483f-0040-4ab6-8ee0-89f8641f60b8",
            "last_updated": "2024-01-03T10:48:12.253643-05:00",
            "created_at": "2024-01-01T10:03:01.588692-05:00",
            "name": "Seattle Kraken",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50af4593-af02-4568-9892-1705c10c540e/?format=api"
        },
        {
            "id": "20bb1388-3ec9-4d89-a09c-142fb72a3e43",
            "gambit_id": "d0755cea-0cfc-45a0-8cb0-aa313e4f3dd5",
            "last_updated": "2024-01-03T10:48:12.249160-05:00",
            "created_at": "2024-01-01T10:03:01.580717-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50af4593-af02-4568-9892-1705c10c540e/?format=api"
        }
    ]
}