GET /api/bet_types/3a2cd8f6-9b00-42d8-a8b7-94a60542cc7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a2cd8f6-9b00-42d8-a8b7-94a60542cc7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fc43353-cbf7-4dea-9f37-a0e100625bf5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:13.113466-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": "Grand Canyon",
                "amount": 5000.0
            },
            {
                "team": "Gonzaga",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2455003a-fa38-4c81-91bc-b7cf470af0f0",
            "gambit_id": "92f17ffa-2a52-4299-bc41-f3234e8453be",
            "last_updated": "2023-03-18T11:37:36.350965-04:00",
            "created_at": "2023-03-14T19:52:13.116995-04:00",
            "name": "Grand Canyon",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a2cd8f6-9b00-42d8-a8b7-94a60542cc7b/?format=api"
        },
        {
            "id": "47f3ccb8-4c70-4e66-94e2-5cbfe03f6271",
            "gambit_id": "1bea02e5-2b36-4e23-a2bd-fd55027db419",
            "last_updated": "2023-03-18T11:37:36.349065-04:00",
            "created_at": "2023-03-14T19:52:13.115220-04:00",
            "name": "Gonzaga",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a2cd8f6-9b00-42d8-a8b7-94a60542cc7b/?format=api"
        }
    ]
}