GET /api/bet_types/eb22283c-96ec-49e1-8b58-aeba97c5981a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb22283c-96ec-49e1-8b58-aeba97c5981a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f3c0f38-165c-418d-9757-a70da2001c9b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-03T09:37:57.681453-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "84e38e02-c590-4542-bdf3-c5bb2b50717a",
            "gambit_id": "b65d4f4a-2150-474f-866b-ffe64c09b3e5",
            "last_updated": "2024-01-05T13:53:01.443925-05:00",
            "created_at": "2024-01-03T09:37:57.685399-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb22283c-96ec-49e1-8b58-aeba97c5981a/?format=api"
        },
        {
            "id": "89f50032-7542-4eff-a21a-78bfa701530d",
            "gambit_id": "1582bbf7-47e6-4fca-8e52-cff6f4da0df3",
            "last_updated": "2024-01-05T13:53:01.447988-05:00",
            "created_at": "2024-01-03T09:37:57.689079-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb22283c-96ec-49e1-8b58-aeba97c5981a/?format=api"
        }
    ]
}