GET /api/bet_types/2951bd60-a6d2-42fa-8ebb-3d30f4537c3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2951bd60-a6d2-42fa-8ebb-3d30f4537c3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/07df5178-842b-4f2a-b67e-4c257cd48160/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-03T12:12:10.284894-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": "STL",
                "amount": 5784.0
            },
            {
                "team": "LAA",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "433d524d-d861-43dd-9093-f8d7b935d2a5",
            "gambit_id": "b62195f8-b8f6-48c0-821b-58062026b504",
            "last_updated": "2023-05-04T10:52:19.213549-04:00",
            "created_at": "2023-05-03T12:12:10.286152-04:00",
            "name": "STL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2951bd60-a6d2-42fa-8ebb-3d30f4537c3a/?format=api"
        },
        {
            "id": "6f8766a0-cd87-4f3d-b0bf-db469691ead4",
            "gambit_id": "114e5bdd-46f7-4bba-9d87-d11bd7028166",
            "last_updated": "2023-05-04T10:52:19.215100-04:00",
            "created_at": "2023-05-03T12:12:10.287559-04:00",
            "name": "LAA",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2951bd60-a6d2-42fa-8ebb-3d30f4537c3a/?format=api"
        }
    ]
}