GET /api/bet_types/6d6490b0-e39f-4f22-bb74-fc4697043ee8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d6490b0-e39f-4f22-bb74-fc4697043ee8",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa338c80-128e-48df-927c-513301221c0c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-10T08:46:52.226453-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b36ba25d-eb12-445d-958d-402920083650",
            "gambit_id": "2b9924da-64f8-43fb-8faf-075a1d1aa2f4",
            "last_updated": "2023-03-11T16:02:10.186674-05:00",
            "created_at": "2023-03-10T08:46:52.227732-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d6490b0-e39f-4f22-bb74-fc4697043ee8/?format=api"
        },
        {
            "id": "24f97f4d-14bf-4c65-a5fc-46c7378c4e21",
            "gambit_id": "2492af96-c770-47b8-a9dc-1b6958302c81",
            "last_updated": "2023-03-11T16:02:10.187830-05:00",
            "created_at": "2023-03-10T08:46:52.229152-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d6490b0-e39f-4f22-bb74-fc4697043ee8/?format=api"
        }
    ]
}