GET /api/bet_types/8c579166-9840-4537-858f-b2608f350b30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c579166-9840-4537-858f-b2608f350b30",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b74d7eb-a0f3-47c6-ac3a-4cc65bded721/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-03T12:12:09.981349-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": "New Jersey Devils",
                "amount": 7033.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf272405-f3cb-4a45-a8a0-030f57f02564",
            "gambit_id": "521292d7-8792-46ff-915b-3978035fc5c4",
            "last_updated": "2023-05-04T11:27:05.534077-04:00",
            "created_at": "2023-05-03T12:12:09.984569-04:00",
            "name": "New Jersey Devils",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c579166-9840-4537-858f-b2608f350b30/?format=api"
        },
        {
            "id": "9ee430c9-7cff-4fb3-b887-b087548fb91d",
            "gambit_id": "42666935-b6fe-4bc4-a3c8-d94180bbff4d",
            "last_updated": "2023-05-04T11:27:05.532597-04:00",
            "created_at": "2023-05-03T12:12:09.982923-04:00",
            "name": "Carolina Hurricanes",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c579166-9840-4537-858f-b2608f350b30/?format=api"
        }
    ]
}