GET /api/bet_types/4eed186b-3134-467a-92b8-e20e8b44a79a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4eed186b-3134-467a-92b8-e20e8b44a79a",
    "match": "https://api-prod.gambitprofit.com/api/matches/79d3ab3b-0267-41c1-b90f-e542c38b9264/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-24T09:13:13.569830-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": "Houston Rockets",
                "amount": 7820.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2180.0
            }
        ],
        "expected_reward_tokens": 9461.2,
        "profit_sb": -38.8,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b14f6c3-4f90-4905-951f-4e6eee88f9bb",
            "gambit_id": "8df6a16f-8331-49a4-8fbc-4e46846ca610",
            "last_updated": "2024-01-26T13:28:10.852244-05:00",
            "created_at": "2024-01-24T09:13:13.578704-05:00",
            "name": "Houston Rockets",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eed186b-3134-467a-92b8-e20e8b44a79a/?format=api"
        },
        {
            "id": "183c6671-21e9-4c18-a375-83c7376f7328",
            "gambit_id": "8fcd214f-2e82-46dd-ae4d-41a9ab47ef10",
            "last_updated": "2024-01-26T13:28:10.848122-05:00",
            "created_at": "2024-01-24T09:13:13.573826-05:00",
            "name": "Portland Trail Blazers",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eed186b-3134-467a-92b8-e20e8b44a79a/?format=api"
        }
    ]
}