GET /api/bet_types/69f67460-bf27-4390-81b6-2d0f04bc90d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69f67460-bf27-4390-81b6-2d0f04bc90d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1fb3e76-063b-4ea0-9c4d-c1e885150f18/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:07.060672-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 Browns",
                "amount": 5000.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "194d6bbb-16c8-47a1-a91a-657f1036dff7",
            "gambit_id": "bb899096-c482-4b2d-ad3c-a4b417e42312",
            "last_updated": "2023-12-11T19:43:21.344407-05:00",
            "created_at": "2023-12-06T09:18:07.077449-05:00",
            "name": "Cleveland Browns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f67460-bf27-4390-81b6-2d0f04bc90d8/?format=api"
        },
        {
            "id": "ab0e7dad-b649-4125-8375-b17d2c5d58b5",
            "gambit_id": "219cdfb0-a463-485e-85dd-2026f0ca9aed",
            "last_updated": "2023-12-11T19:43:21.341310-05:00",
            "created_at": "2023-12-06T09:18:07.064932-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f67460-bf27-4390-81b6-2d0f04bc90d8/?format=api"
        }
    ]
}