GET /api/bet_types/8ade4ec5-4f1b-4b50-abf5-28b8166f3b90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ade4ec5-4f1b-4b50-abf5-28b8166f3b90",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ae5bcf4-b3ce-428b-b6fe-748558ca1d82/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-06T09:06:59.645234-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "96209834-a19d-4d41-8144-7450a66663eb",
            "gambit_id": "e4c1a832-1331-417b-9bb0-b14dab484602",
            "last_updated": "2023-04-07T20:32:12.293849-04:00",
            "created_at": "2023-04-06T09:06:59.648191-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ade4ec5-4f1b-4b50-abf5-28b8166f3b90/?format=api"
        },
        {
            "id": "acbaf125-2fc9-45b4-a112-20bfcaaae735",
            "gambit_id": "d389c440-fdd7-4bd3-a14d-8f6fa599287f",
            "last_updated": "2023-04-07T20:32:12.291537-04:00",
            "created_at": "2023-04-06T09:06:59.646668-04:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ade4ec5-4f1b-4b50-abf5-28b8166f3b90/?format=api"
        }
    ]
}