GET /api/bet_types/2674603b-9aad-41ea-80fb-b8dc1101b71d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2674603b-9aad-41ea-80fb-b8dc1101b71d",
    "match": "https://api-prod.gambitprofit.com/api/matches/22eeb4df-f3cf-4374-9599-17da4f6a3ff8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-05T09:47:04.034953-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "45da95d1-3727-4681-ad3b-b908d8f2416c",
            "gambit_id": "1e463266-4cdc-4d78-9ef7-41f0507ccb43",
            "last_updated": "2023-02-06T09:11:57.990687-05:00",
            "created_at": "2023-02-05T09:47:04.037498-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2674603b-9aad-41ea-80fb-b8dc1101b71d/?format=api"
        },
        {
            "id": "eea173d6-bef8-42bc-9fbb-269e130e79ba",
            "gambit_id": "fd7ba6f8-d10f-4048-b552-01fbedadb7af",
            "last_updated": "2023-02-06T09:11:57.989455-05:00",
            "created_at": "2023-02-05T09:47:04.036208-05:00",
            "name": "New York Knicks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2674603b-9aad-41ea-80fb-b8dc1101b71d/?format=api"
        }
    ]
}