GET /api/bet_types/3b59c5ce-b0e4-4939-929c-ae560ceaec1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b59c5ce-b0e4-4939-929c-ae560ceaec1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f11f46a-37fa-4188-8109-e7684b05735f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T09:07:02.131126-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4434ad34-9a86-47fa-ba46-b541d161a0ea",
            "gambit_id": "48fc207e-f812-4e55-be8f-fa7b8ceeeb9b",
            "last_updated": "2023-02-26T11:46:56.840672-05:00",
            "created_at": "2023-02-25T09:07:02.132416-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b59c5ce-b0e4-4939-929c-ae560ceaec1e/?format=api"
        },
        {
            "id": "12cdfacb-e539-48d3-be82-0d23143a7ba8",
            "gambit_id": "66e6b750-1e57-471f-ade4-aa2c528138ac",
            "last_updated": "2023-02-26T11:46:56.841828-05:00",
            "created_at": "2023-02-25T09:07:02.133679-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b59c5ce-b0e4-4939-929c-ae560ceaec1e/?format=api"
        }
    ]
}