GET /api/bet_types/df49f83e-8994-4331-bccc-f6cee524d3af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df49f83e-8994-4331-bccc-f6cee524d3af",
    "match": "https://api-prod.gambitprofit.com/api/matches/5429657a-60ad-469f-97ab-33b1b136d476/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-01T10:03:02.839857-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "30aa475d-f213-4271-894f-bd9e601700f1",
            "gambit_id": "36201f05-a9ce-44d8-9b9b-fcad07736302",
            "last_updated": "2024-01-03T10:48:13.499474-05:00",
            "created_at": "2024-01-01T10:03:02.843453-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df49f83e-8994-4331-bccc-f6cee524d3af/?format=api"
        },
        {
            "id": "37df5b22-a8dc-47df-80b3-45194ed0ada0",
            "gambit_id": "1ad9f1d7-b4d8-4f17-b19d-07969e20a0a7",
            "last_updated": "2024-01-03T10:48:13.502819-05:00",
            "created_at": "2024-01-01T10:03:02.847470-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df49f83e-8994-4331-bccc-f6cee524d3af/?format=api"
        }
    ]
}