GET /api/bet_types/2ecd4119-ede8-48e9-9f72-8f7c476f9b9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ecd4119-ede8-48e9-9f72-8f7c476f9b9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b8e8fb5-6c13-45a3-88dc-743b861bdeab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-03T11:23:17.066118-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": "Chicago Bulls",
                "amount": 6090.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8486ca5f-9172-4d10-8ff1-5e07af9a377d",
            "gambit_id": "66d89c17-5926-4f6c-bd3b-b7f8d39b1942",
            "last_updated": "2023-11-04T10:38:16.768230-04:00",
            "created_at": "2023-11-03T11:23:17.070952-04:00",
            "name": "Chicago Bulls",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ecd4119-ede8-48e9-9f72-8f7c476f9b9b/?format=api"
        },
        {
            "id": "df66d453-4557-45bb-aa57-8e38840749bb",
            "gambit_id": "887df442-d9bb-46b5-b1b3-f16eecfc87d8",
            "last_updated": "2023-11-04T10:38:16.771587-04:00",
            "created_at": "2023-11-03T11:23:17.076645-04:00",
            "name": "Brooklyn Nets",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ecd4119-ede8-48e9-9f72-8f7c476f9b9b/?format=api"
        }
    ]
}