GET /api/bet_types/5fccf3c9-9cb7-424d-83a7-80f61189af5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fccf3c9-9cb7-424d-83a7-80f61189af5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/161197da-3b2f-4b1b-8ee8-b146c42f201b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-05T10:57:16.249499-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c1ec2f2-481a-4d60-a624-fc7c7df38ebf",
            "gambit_id": "a8e865d0-2985-467e-b307-c0bd57b4ea4b",
            "last_updated": "2023-06-08T16:48:26.136947-04:00",
            "created_at": "2023-06-05T10:57:16.259096-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fccf3c9-9cb7-424d-83a7-80f61189af5c/?format=api"
        },
        {
            "id": "8c4dafdd-a848-46e9-90a5-cd7918c0e989",
            "gambit_id": "fc98c1dc-3f5a-4eab-95a6-580948f73497",
            "last_updated": "2023-06-08T16:48:26.135332-04:00",
            "created_at": "2023-06-05T10:57:16.256506-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fccf3c9-9cb7-424d-83a7-80f61189af5c/?format=api"
        }
    ]
}