GET /api/bet_types/5de2d8db-38b2-4654-a8f5-90e8c525b210/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5de2d8db-38b2-4654-a8f5-90e8c525b210",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b8bd381-a3e1-42b4-8535-189e139a864b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "06abdd36-a1d0-40ba-ba27-57370483e4c7",
            "gambit_id": "5d57d663-df2c-4204-9779-093711e26aee",
            "last_updated": "2022-12-08T13:02:15.106204-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5de2d8db-38b2-4654-a8f5-90e8c525b210/?format=api"
        },
        {
            "id": "b073bd49-fcb8-43f8-9b73-aa628295bfbe",
            "gambit_id": "ef5171ce-379c-4db3-9667-0eb39bafbf0e",
            "last_updated": "2022-12-08T13:02:15.107180-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5de2d8db-38b2-4654-a8f5-90e8c525b210/?format=api"
        }
    ]
}