GET /api/bet_types/024590c7-180b-4729-950e-155da8736dd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "024590c7-180b-4729-950e-155da8736dd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b93ba5cf-70de-4305-984d-ca7ac48d8aaf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:04.562526-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "19887bda-11fe-4bfc-b552-dd50fae2e7c3",
            "gambit_id": "8bc031b2-27a7-42b7-8185-0044df27bc9c",
            "last_updated": "2023-02-14T09:41:55.485038-05:00",
            "created_at": "2023-02-13T08:17:04.563816-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/024590c7-180b-4729-950e-155da8736dd9/?format=api"
        },
        {
            "id": "d8d8270c-d933-4841-beb7-bbf3daf0cd57",
            "gambit_id": "52bf0101-317f-4c1e-99b0-f8b59bb81a61",
            "last_updated": "2023-02-14T09:41:55.486148-05:00",
            "created_at": "2023-02-13T08:17:04.565164-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/024590c7-180b-4729-950e-155da8736dd9/?format=api"
        }
    ]
}