GET /api/bet_types/2b845b25-21a0-4f03-b948-126edbd92f4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b845b25-21a0-4f03-b948-126edbd92f4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ad7d3d0-8baa-45cf-80ff-5f8575518ce4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-17T09:53:17.705519-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4b984e1-9b26-49fb-927d-2506b58a5fac",
            "gambit_id": "934d332e-5120-46d9-8e0a-af1196aed4c0",
            "last_updated": "2023-12-19T10:08:19.229825-05:00",
            "created_at": "2023-12-17T09:53:17.709928-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b845b25-21a0-4f03-b948-126edbd92f4d/?format=api"
        },
        {
            "id": "e12cb602-d96b-4ddf-94b0-0e44df0b278c",
            "gambit_id": "b160a4be-c9bc-48c5-86f4-9c15c52ad013",
            "last_updated": "2023-12-19T10:08:19.233596-05:00",
            "created_at": "2023-12-17T09:53:17.714313-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b845b25-21a0-4f03-b948-126edbd92f4d/?format=api"
        }
    ]
}