GET /api/bet_types/5f7eae16-4db8-45ee-9642-038720bc8722/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f7eae16-4db8-45ee-9642-038720bc8722",
    "match": "https://api-prod.gambitprofit.com/api/matches/45d39659-dcac-4700-8c9d-30a2a72238c6/?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": "Memphis Grizzlies",
                "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": "003fdf1e-aa21-4725-9e0b-dfd77168138b",
            "gambit_id": "011c9e85-f58d-4ff8-9786-cf01e7cc7a7f",
            "last_updated": "2022-11-03T09:38:48.306354-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f7eae16-4db8-45ee-9642-038720bc8722/?format=api"
        },
        {
            "id": "e20ed3b3-dde5-47dc-9bde-05566e7de46e",
            "gambit_id": "a148821b-637f-4f7f-9026-2d2f1fb4912d",
            "last_updated": "2022-11-03T09:38:48.305442-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f7eae16-4db8-45ee-9642-038720bc8722/?format=api"
        }
    ]
}