GET /api/bet_types/58c23986-590c-47af-8534-f402cf8a42b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58c23986-590c-47af-8534-f402cf8a42b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4d41869-b2f3-410f-ad84-86fd5ec352f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-21T08:53:24.609842-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": "MIN (J Ryan)",
                "amount": 5909.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "22e869e8-2549-42a3-b2aa-a85b20238f28",
            "gambit_id": "d2f0daef-1f37-4f58-88b3-92372a6e8d63",
            "last_updated": "2023-07-22T09:52:59.614923-04:00",
            "created_at": "2023-07-21T08:53:24.614005-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58c23986-590c-47af-8534-f402cf8a42b6/?format=api"
        },
        {
            "id": "717a9fc4-56bb-4b26-8ee5-22ec26fc8812",
            "gambit_id": "a1716b9d-5136-4296-a808-e7913ea9a2fe",
            "last_updated": "2023-07-22T09:52:59.611452-04:00",
            "created_at": "2023-07-21T08:53:24.611654-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58c23986-590c-47af-8534-f402cf8a42b6/?format=api"
        }
    ]
}