GET /api/bet_types/23064a60-84b2-426e-bbe9-77eb9b666c13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23064a60-84b2-426e-bbe9-77eb9b666c13",
    "match": "https://api-prod.gambitprofit.com/api/matches/be6304f2-a298-412c-b72b-8a9efda5d4dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-27T08:43:22.404748-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": "SDG",
                "amount": 5107.0
            },
            {
                "team": "PIT",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "db7b104b-8f39-43dd-93ad-289f026171dd",
            "gambit_id": "908ac9cc-93f2-412b-a722-063d9410ca1a",
            "last_updated": "2023-07-04T19:03:15.527542-04:00",
            "created_at": "2023-06-27T08:43:22.407689-04:00",
            "name": "SDG",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23064a60-84b2-426e-bbe9-77eb9b666c13/?format=api"
        },
        {
            "id": "aaa18438-8e7a-4eab-b4cb-1646428cd420",
            "gambit_id": "5f0dcd59-9df2-482d-87d9-f9cd838b309b",
            "last_updated": "2023-07-04T19:03:15.528963-04:00",
            "created_at": "2023-06-27T08:43:22.411128-04:00",
            "name": "PIT",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23064a60-84b2-426e-bbe9-77eb9b666c13/?format=api"
        }
    ]
}