GET /api/bet_types/fe257e32-42d9-4154-94f4-4efbb7b3e736/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe257e32-42d9-4154-94f4-4efbb7b3e736",
    "match": "https://api-prod.gambitprofit.com/api/matches/d870c908-cf85-4723-8433-7181ed3acf82/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-26T09:18:15.910909-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": "SEA",
                "amount": 5857.0
            },
            {
                "team": "MIN",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "e12ec3dc-5ebf-4a48-9ab4-c081ae2fbf1c",
            "gambit_id": "170e4bda-3314-437f-8efc-c8ddb9120d5d",
            "last_updated": "2023-07-27T22:58:18.063109-04:00",
            "created_at": "2023-07-26T09:18:15.921479-04:00",
            "name": "SEA",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe257e32-42d9-4154-94f4-4efbb7b3e736/?format=api"
        },
        {
            "id": "ffa747bf-6347-43da-bd76-e740a94abecc",
            "gambit_id": "a77ec5f8-91e8-40f8-bbec-911539ac6b9a",
            "last_updated": "2023-07-27T22:58:18.066635-04:00",
            "created_at": "2023-07-26T09:18:15.927189-04:00",
            "name": "MIN",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe257e32-42d9-4154-94f4-4efbb7b3e736/?format=api"
        }
    ]
}