GET /api/bet_types/b1a6814a-19c3-4582-8500-f6f4722405b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1a6814a-19c3-4582-8500-f6f4722405b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/44b60542-8e2b-4f07-ae6e-8eb7c45c5104/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T11:47:04.555818-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": 5000.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e2ccbdc-fdba-4851-9af3-9debbccccb73",
            "gambit_id": "1990d5e4-fbe2-4168-8971-61267d587752",
            "last_updated": "2023-05-06T13:26:53.539130-04:00",
            "created_at": "2023-05-05T11:47:04.558901-04:00",
            "name": "New Jersey Devils",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1a6814a-19c3-4582-8500-f6f4722405b1/?format=api"
        },
        {
            "id": "5f30c2ab-4ffe-4809-a062-55c5d94778ba",
            "gambit_id": "082ecc6e-ec3b-4bff-a1ca-07c6e2fe0a77",
            "last_updated": "2023-05-06T13:26:53.537199-04:00",
            "created_at": "2023-05-05T11:47:04.557248-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1a6814a-19c3-4582-8500-f6f4722405b1/?format=api"
        }
    ]
}