GET /api/bet_types/5b5fb53e-fd86-4121-9db0-ba2c30ea9654/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b5fb53e-fd86-4121-9db0-ba2c30ea9654",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb4deeb7-b265-4ebe-b58a-5821bb3fd4d8/?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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ccf8942-f3fb-40d7-a849-c7d3f954e81d",
            "gambit_id": "b51b7c41-f3e6-489d-8745-de239c79c424",
            "last_updated": "2022-12-19T10:32:30.314478-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b5fb53e-fd86-4121-9db0-ba2c30ea9654/?format=api"
        },
        {
            "id": "01dbdba4-3dce-460f-9754-cacb89b4add3",
            "gambit_id": "d29d79ca-465c-4ea8-95c0-7122249c7dfe",
            "last_updated": "2022-12-19T10:32:30.315545-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b5fb53e-fd86-4121-9db0-ba2c30ea9654/?format=api"
        }
    ]
}