GET /api/bet_types/24886db4-a773-4964-9452-cb0d8f751283/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24886db4-a773-4964-9452-cb0d8f751283",
    "match": "https://api-prod.gambitprofit.com/api/matches/80499749-942e-4155-8f42-d91a1269c46b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-06T09:23:25.082759-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": "Minnesota Wild",
                "amount": 5319.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c375fefd-8ffb-459b-955f-8823c1c9dc8b",
            "gambit_id": "a87249df-2919-4e06-8c83-084992f6c77a",
            "last_updated": "2024-01-09T10:18:17.313956-05:00",
            "created_at": "2024-01-06T09:23:25.087027-05:00",
            "name": "Minnesota Wild",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24886db4-a773-4964-9452-cb0d8f751283/?format=api"
        },
        {
            "id": "e8f0ca39-3983-460a-b432-b1e44453cb70",
            "gambit_id": "6dbd9541-efe4-4c01-af4f-a6f8da6a8bfd",
            "last_updated": "2024-01-09T10:18:17.317574-05:00",
            "created_at": "2024-01-06T09:23:25.102714-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24886db4-a773-4964-9452-cb0d8f751283/?format=api"
        }
    ]
}