GET /api/bet_types/160b38d0-e859-4596-bfae-4bb0714aa258/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "160b38d0-e859-4596-bfae-4bb0714aa258",
    "match": "https://api-prod.gambitprofit.com/api/matches/13c00158-ea8f-4a00-97b2-8909ef18dc86/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:15.207580-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": "Sacramento Kings",
                "amount": 5107.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5b4461d-9564-47b4-b3a8-56a5df5f5157",
            "gambit_id": "20cf2009-3841-49a6-8c97-a2a2b2cfd87e",
            "last_updated": "2023-12-04T13:13:31.454090-05:00",
            "created_at": "2023-12-02T08:28:15.215688-05:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/160b38d0-e859-4596-bfae-4bb0714aa258/?format=api"
        },
        {
            "id": "98f2272e-da0e-4e6f-b581-157a894d79d0",
            "gambit_id": "bf81b315-1e4d-4fe2-aa47-31da0dc5a42d",
            "last_updated": "2023-12-04T13:13:31.450454-05:00",
            "created_at": "2023-12-02T08:28:15.211813-05:00",
            "name": "Denver Nuggets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/160b38d0-e859-4596-bfae-4bb0714aa258/?format=api"
        }
    ]
}