GET /api/bet_types/927e6ee3-2c27-48f2-86b0-f2e8a8a0595b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "927e6ee3-2c27-48f2-86b0-f2e8a8a0595b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3a625cb-8dc3-4b42-9e5a-facfa690bf14/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "STL",
                "amount": 5664.0
            },
            {
                "team": "LOS",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "f90f3335-4857-4ece-8c0e-1cf282c47e60",
            "gambit_id": "55c14c8e-fa26-471a-aa80-fb98a2018b42",
            "last_updated": "2022-09-24T21:07:20.553296-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/927e6ee3-2c27-48f2-86b0-f2e8a8a0595b/?format=api"
        },
        {
            "id": "ab79d5af-e31f-4191-8e52-4cee3da8d53a",
            "gambit_id": "331bcfa9-5cd2-4e12-9538-8dafc6f5ea09",
            "last_updated": "2022-09-24T21:07:20.552297-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/927e6ee3-2c27-48f2-86b0-f2e8a8a0595b/?format=api"
        }
    ]
}