GET /api/bet_types/fef2bcff-14d5-44b8-a03c-1c7f3beea6bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fef2bcff-14d5-44b8-a03c-1c7f3beea6bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6e92c5c-39ec-4680-b531-bb1584afe57a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:57:58.190557-04: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 Chargers",
                "amount": 5000.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c053ce28-d12f-4747-ad06-105b8b8740bd",
            "gambit_id": "f678d12d-f7be-4d82-bb96-0a69150c3db3",
            "last_updated": "2023-08-29T09:18:25.456059-04:00",
            "created_at": "2023-08-24T12:57:58.196731-04:00",
            "name": "Los Angeles Chargers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef2bcff-14d5-44b8-a03c-1c7f3beea6bb/?format=api"
        },
        {
            "id": "c0318f1c-e498-4b97-8495-32d429b44fb4",
            "gambit_id": "4056a166-bf8c-4466-86ed-03876dc77f11",
            "last_updated": "2023-08-29T09:18:25.459871-04:00",
            "created_at": "2023-08-24T12:57:58.200507-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef2bcff-14d5-44b8-a03c-1c7f3beea6bb/?format=api"
        }
    ]
}