GET /api/bet_types/80efa76c-55d6-4431-9d71-f4cfe06e3e0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80efa76c-55d6-4431-9d71-f4cfe06e3e0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f28524f-fd94-4743-8e0d-fc8da1569406/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-23T09:43:21.086255-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": 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": "d4f11b22-d355-4d10-9c41-0d508400b6f1",
            "gambit_id": "91be7f04-c6e7-4a5c-bfb7-a65d5b403d16",
            "last_updated": "2024-01-24T20:38:18.023316-05:00",
            "created_at": "2024-01-23T09:43:21.101725-05:00",
            "name": "New York Knicks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80efa76c-55d6-4431-9d71-f4cfe06e3e0c/?format=api"
        },
        {
            "id": "26751dcf-2fb3-48f5-bfb5-3974b93f138c",
            "gambit_id": "c904da7d-c5c5-413b-9566-c6926ed99c9d",
            "last_updated": "2024-01-24T20:38:18.026776-05:00",
            "created_at": "2024-01-23T09:43:21.112977-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80efa76c-55d6-4431-9d71-f4cfe06e3e0c/?format=api"
        }
    ]
}