GET /api/bet_types/e41b9fad-ff21-4f3d-9b86-90c57ef48559/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e41b9fad-ff21-4f3d-9b86-90c57ef48559",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7b57309-93a5-4502-8a3b-1cd7139b38ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:07.789493-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": "MIN",
                "amount": 5319.0
            },
            {
                "team": "LOS",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "d37b2fe7-2472-4cb1-a795-85395712fedc",
            "gambit_id": "da36467a-3f56-4167-8235-670d535a7bc5",
            "last_updated": "2023-05-17T11:06:54.470633-04:00",
            "created_at": "2023-05-16T09:47:07.794018-04:00",
            "name": "MIN",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e41b9fad-ff21-4f3d-9b86-90c57ef48559/?format=api"
        },
        {
            "id": "10139da5-c628-453b-a390-258f2f556dde",
            "gambit_id": "7c459c21-3fc6-4fc2-9308-4b8a1077e642",
            "last_updated": "2023-05-17T11:06:54.468862-04:00",
            "created_at": "2023-05-16T09:47:07.791787-04:00",
            "name": "LOS",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e41b9fad-ff21-4f3d-9b86-90c57ef48559/?format=api"
        }
    ]
}