GET /api/bet_types/d43285e1-32e5-4261-b0e5-4e00c568fadd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d43285e1-32e5-4261-b0e5-4e00c568fadd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2b61264-b124-4f96-b01d-96d6cfb7507e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:36:59.085642-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "512d808c-975c-48b4-910a-7b5734c2f5f9",
            "gambit_id": "6d58b081-6795-4add-9273-5f2a9b607830",
            "last_updated": "2023-03-01T09:42:13.261290-05:00",
            "created_at": "2023-02-28T12:36:59.086810-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d43285e1-32e5-4261-b0e5-4e00c568fadd/?format=api"
        },
        {
            "id": "4c67e93b-8d9b-4990-acfc-889a695e5a04",
            "gambit_id": "cd2f820d-1724-4543-9358-0a43aa26fa9c",
            "last_updated": "2023-03-01T09:42:13.262426-05:00",
            "created_at": "2023-02-28T12:36:59.088105-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d43285e1-32e5-4261-b0e5-4e00c568fadd/?format=api"
        }
    ]
}