GET /api/bet_types/34ab3826-2e1b-4e7c-aa78-81326ad7d3a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34ab3826-2e1b-4e7c-aa78-81326ad7d3a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e19f2c23-b60c-4324-9d03-b08a451aecd2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:06.295440-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": "Kansas City Chiefs",
                "amount": 8242.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 1758.0
            }
        ],
        "expected_reward_tokens": 9475.62,
        "profit_sb": -24.38,
        "profit_sb_percentage": -0.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "81b67d20-f2a6-4c8d-a65b-88c05b440d80",
            "gambit_id": "2dbb1f9c-13c4-42e9-960c-6535dcd638ad",
            "last_updated": "2023-12-26T20:28:08.701948-05:00",
            "created_at": "2023-12-20T11:13:06.311351-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.15000",
            "odds": "1.15620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34ab3826-2e1b-4e7c-aa78-81326ad7d3a6/?format=api"
        },
        {
            "id": "ed6b496d-89c2-4f9c-b8f2-868e601b934c",
            "gambit_id": "774d7cdc-e640-48e8-b195-ebd5ab8a48a1",
            "last_updated": "2023-12-26T20:28:08.698608-05:00",
            "created_at": "2023-12-20T11:13:06.305527-05:00",
            "name": "Las Vegas Raiders",
            "reward": "5.39000",
            "odds": "5.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34ab3826-2e1b-4e7c-aa78-81326ad7d3a6/?format=api"
        }
    ]
}