GET /api/bet_types/fa83f655-9cea-4717-951a-968e7c9b254c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa83f655-9cea-4717-951a-968e7c9b254c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5063db82-2924-4480-8129-a8e5f7b78483/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:13:04.884451-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "006d6475-20c1-4d82-ae9b-0170fe5605b4",
            "gambit_id": "5926fddd-b4ba-451d-8e06-641096564bcb",
            "last_updated": "2024-01-02T10:18:16.591313-05:00",
            "created_at": "2023-12-31T10:13:04.889724-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa83f655-9cea-4717-951a-968e7c9b254c/?format=api"
        },
        {
            "id": "f0f68cfb-dcb2-4071-bb94-60b9601f9563",
            "gambit_id": "2203d334-a9e7-427f-9f25-189326f9708f",
            "last_updated": "2024-01-02T10:18:16.594588-05:00",
            "created_at": "2023-12-31T10:13:04.894241-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa83f655-9cea-4717-951a-968e7c9b254c/?format=api"
        }
    ]
}