GET /api/bet_types/cdac5590-da15-4b3b-936a-120ed6292f91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdac5590-da15-4b3b-936a-120ed6292f91",
    "match": "https://api-prod.gambitprofit.com/api/matches/555457f1-2f9e-4731-b5fc-51a9ae8f4f61/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:13.571767-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": "Green Bay Packers",
                "amount": 5107.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb1f38d1-cf54-4d60-a3a6-343c66dbd3b1",
            "gambit_id": "41290db7-8570-448d-a662-bb3b5c409378",
            "last_updated": "2023-09-29T10:03:23.225463-04:00",
            "created_at": "2023-09-28T10:08:13.581870-04:00",
            "name": "Green Bay Packers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdac5590-da15-4b3b-936a-120ed6292f91/?format=api"
        },
        {
            "id": "41965627-246d-402a-85d7-21211894f63a",
            "gambit_id": "e0f7a81c-f4f6-4ce8-b2e1-0663c5be70b2",
            "last_updated": "2023-09-29T10:03:23.222109-04:00",
            "created_at": "2023-09-28T10:08:13.576768-04:00",
            "name": "Detroit Lions",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdac5590-da15-4b3b-936a-120ed6292f91/?format=api"
        }
    ]
}