GET /api/bet_types/3e07b1bd-3c13-455f-8a7f-77216e2b4800/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e07b1bd-3c13-455f-8a7f-77216e2b4800",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d0d1d27-4ff6-43cf-b5bd-175da4f59b60/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:51.442803-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "028a514b-c0c4-4239-884f-82baab75e761",
            "gambit_id": "c51f0269-fe90-43db-8934-70ec270eedd5",
            "last_updated": "2023-01-25T10:51:48.814184-05:00",
            "created_at": "2023-01-24T09:31:51.447529-05:00",
            "name": "Boston Celtics",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e07b1bd-3c13-455f-8a7f-77216e2b4800/?format=api"
        },
        {
            "id": "850e0df1-0033-4abf-8213-2da76167cdb2",
            "gambit_id": "e7681a29-6ea5-4915-a44f-2d86efacce7e",
            "last_updated": "2023-01-25T10:51:48.813036-05:00",
            "created_at": "2023-01-24T09:31:51.445178-05:00",
            "name": "Miami Heat",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e07b1bd-3c13-455f-8a7f-77216e2b4800/?format=api"
        }
    ]
}