GET /api/bet_types/eb8aa2a9-12d0-454c-866a-c3eede9533c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb8aa2a9-12d0-454c-866a-c3eede9533c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c01b1a46-1825-4d18-b013-4eb21f87b1d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:17.700772-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "201dcba5-f27f-44aa-acfc-2d726cce163e",
            "gambit_id": "5da8fbac-f01c-42aa-909f-ae26e3236c1f",
            "last_updated": "2023-12-22T15:27:55.519653-05:00",
            "created_at": "2023-12-20T10:03:17.708840-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb8aa2a9-12d0-454c-866a-c3eede9533c0/?format=api"
        },
        {
            "id": "fce4a7ec-915c-4725-a3b0-512c764e5bc2",
            "gambit_id": "96577fd1-5093-49b5-8973-2879aac8916d",
            "last_updated": "2023-12-22T15:27:55.516096-05:00",
            "created_at": "2023-12-20T10:03:17.704766-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb8aa2a9-12d0-454c-866a-c3eede9533c0/?format=api"
        }
    ]
}