GET /api/bet_types/555a1d5d-0dbf-4f28-9440-ddad06a7712e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "555a1d5d-0dbf-4f28-9440-ddad06a7712e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bb5fb12-8c73-44cc-b9fc-7e83fccf19da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-10T08:46:51.714339-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": "Philadelphia 76ers",
                "amount": 5107.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "96489d8a-1f14-4e41-ba72-b4f9c4d7396a",
            "gambit_id": "20e5f7b5-ea78-43ea-b8ba-9daaa439a64d",
            "last_updated": "2023-03-11T16:07:09.291658-05:00",
            "created_at": "2023-03-10T08:46:51.716018-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/555a1d5d-0dbf-4f28-9440-ddad06a7712e/?format=api"
        },
        {
            "id": "2eb7c83c-2b1e-4119-8a30-e6da49c3a699",
            "gambit_id": "b24335b6-9eee-46ab-bc1c-6926e6704b36",
            "last_updated": "2023-03-11T16:07:09.292779-05:00",
            "created_at": "2023-03-10T08:46:51.717498-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/555a1d5d-0dbf-4f28-9440-ddad06a7712e/?format=api"
        }
    ]
}