GET /api/bet_types/fcd48224-88da-4e8f-98c8-2916071e3f88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fcd48224-88da-4e8f-98c8-2916071e3f88",
    "match": "https://api-prod.gambitprofit.com/api/matches/70a87e34-6db0-4a86-8b6f-fa905da08db0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:07.921746-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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8f53f9b-faab-4e86-8daf-14b67493027b",
            "gambit_id": "13938cc6-3023-4611-a6ac-f1357ab20a4e",
            "last_updated": "2023-12-04T21:03:10.023147-05:00",
            "created_at": "2023-11-30T10:28:07.929187-05:00",
            "name": "Tennessee Titans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcd48224-88da-4e8f-98c8-2916071e3f88/?format=api"
        },
        {
            "id": "897c96f0-59d1-41eb-9a69-f355c1940d75",
            "gambit_id": "57e3eeba-0808-4150-b044-74fde2f29906",
            "last_updated": "2023-12-04T21:03:10.019088-05:00",
            "created_at": "2023-11-30T10:28:07.925224-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcd48224-88da-4e8f-98c8-2916071e3f88/?format=api"
        }
    ]
}