GET /api/bet_types/199e5d9b-3bc0-4cdd-8481-6c1d2c3b0e84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "199e5d9b-3bc0-4cdd-8481-6c1d2c3b0e84",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef993521-ba83-4b3d-b3a8-69320d0e7c83/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T09:31:49.274105-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "25c26a69-af69-468e-a025-474b5fe21d3a",
            "gambit_id": "40f8f9c0-d095-4f49-8af7-b079559e7fde",
            "last_updated": "2023-03-21T10:16:53.244338-04:00",
            "created_at": "2023-03-20T09:31:49.275713-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199e5d9b-3bc0-4cdd-8481-6c1d2c3b0e84/?format=api"
        },
        {
            "id": "daefbb2f-552c-42df-b867-a3cbb7a0434c",
            "gambit_id": "39f004e7-92b5-4660-82fe-71b9d2436ff4",
            "last_updated": "2023-03-21T10:16:53.246212-04:00",
            "created_at": "2023-03-20T09:31:49.277649-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199e5d9b-3bc0-4cdd-8481-6c1d2c3b0e84/?format=api"
        }
    ]
}