GET /api/bet_types/9d086955-6956-4a50-bc2f-3084ccf42f65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d086955-6956-4a50-bc2f-3084ccf42f65",
    "match": "https://api-prod.gambitprofit.com/api/matches/684efe1b-cd7e-44d5-b63f-aa4b1b916484/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:03.512126-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": "St Louis Blues",
                "amount": 5213.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "473bc4c5-9e47-47ed-9996-f39395180644",
            "gambit_id": "91c3fff1-c0b6-4912-9a1a-5e6eb7a5f0dd",
            "last_updated": "2023-12-01T19:18:10.060761-05:00",
            "created_at": "2023-11-30T10:28:03.528535-05:00",
            "name": "St Louis Blues",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d086955-6956-4a50-bc2f-3084ccf42f65/?format=api"
        },
        {
            "id": "fdf59ce5-79e1-446d-8dc0-603fa5d60f5a",
            "gambit_id": "a09ce836-ba41-48ab-aa21-8ab0b3f8b8b2",
            "last_updated": "2023-12-01T19:18:10.057475-05:00",
            "created_at": "2023-11-30T10:28:03.519922-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d086955-6956-4a50-bc2f-3084ccf42f65/?format=api"
        }
    ]
}