GET /api/bet_types/1fcabc36-dd98-4ca3-8cff-94c6525a4eb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fcabc36-dd98-4ca3-8cff-94c6525a4eb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/909c4a25-3dc2-43bf-b621-7f33c0aac153/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-06T12:43:10.418423-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": "New York Knicks",
                "amount": 5214.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b27b868-476e-4f4d-b2a6-3569c85c9978",
            "gambit_id": "007a9fc3-5239-408e-bd29-0b9993ca6114",
            "last_updated": "2023-11-07T21:03:29.385371-05:00",
            "created_at": "2023-11-06T12:43:10.429021-05:00",
            "name": "New York Knicks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fcabc36-dd98-4ca3-8cff-94c6525a4eb9/?format=api"
        },
        {
            "id": "92c632bc-68e3-429c-b97f-a3729277d590",
            "gambit_id": "b5f7a2ad-16e4-450b-b30e-cd309adc7fe6",
            "last_updated": "2023-11-07T21:03:29.382108-05:00",
            "created_at": "2023-11-06T12:43:10.423776-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fcabc36-dd98-4ca3-8cff-94c6525a4eb9/?format=api"
        }
    ]
}