GET /api/bet_types/0eb0a65c-7118-40ca-90db-17ad28aabf0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0eb0a65c-7118-40ca-90db-17ad28aabf0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/684efe1b-cd7e-44d5-b63f-aa4b1b916484/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:03.536337-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": "Buffalo Sabres",
                "amount": 6812.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "921390f0-6f39-4aff-87b7-2516bcba1c8d",
            "gambit_id": "925a6df6-e1f0-4bb5-833b-a06ef5cee990",
            "last_updated": "2023-12-01T19:18:10.067477-05:00",
            "created_at": "2023-11-30T10:28:03.543271-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eb0a65c-7118-40ca-90db-17ad28aabf0f/?format=api"
        },
        {
            "id": "06816ecc-a96a-43f5-b2b0-176cff6da949",
            "gambit_id": "e5a8ec41-192c-45d6-9e54-931bc89d5575",
            "last_updated": "2023-12-01T19:18:10.070853-05:00",
            "created_at": "2023-11-30T10:28:03.558208-05:00",
            "name": "St Louis Blues",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eb0a65c-7118-40ca-90db-17ad28aabf0f/?format=api"
        }
    ]
}