GET /api/bet_types/d67485de-00e3-41e2-a227-172ecfe49ac6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d67485de-00e3-41e2-a227-172ecfe49ac6",
    "match": "https://api-prod.gambitprofit.com/api/matches/77407bef-37a6-4afe-b17c-5ffc0f5412be/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:42:57.918783-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": "Baltimore Ravens",
                "amount": 5107.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1058ebc2-1ab9-48fc-b0d7-867fc77bd497",
            "gambit_id": "137e4d37-661b-4279-90e1-453d80ad2d70",
            "last_updated": "2024-01-09T10:23:27.594209-05:00",
            "created_at": "2024-01-04T09:42:57.929820-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67485de-00e3-41e2-a227-172ecfe49ac6/?format=api"
        },
        {
            "id": "ab93f323-e622-4869-8c17-3d463cf2a427",
            "gambit_id": "cd9f8869-07d4-49a6-a029-cff385a456de",
            "last_updated": "2024-01-09T10:23:27.583164-05:00",
            "created_at": "2024-01-04T09:42:57.924341-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67485de-00e3-41e2-a227-172ecfe49ac6/?format=api"
        }
    ]
}