GET /api/bet_types/44d9049f-7115-4af9-bf93-b72cdefb7749/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44d9049f-7115-4af9-bf93-b72cdefb7749",
    "match": "https://api-prod.gambitprofit.com/api/matches/02dbf0bf-d638-4d1a-839e-fc779c03902d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-26T10:56:56.458161-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d6a0916-d5dd-40be-a9ca-2e06aeaa799a",
            "gambit_id": "553010c3-5de5-4189-98aa-ea1d1981ca79",
            "last_updated": "2023-01-27T10:02:17.000101-05:00",
            "created_at": "2023-01-26T10:56:56.459574-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44d9049f-7115-4af9-bf93-b72cdefb7749/?format=api"
        },
        {
            "id": "3c459fe1-ecbd-47c1-97e5-23d2d7c04b86",
            "gambit_id": "e70d64a0-501e-4254-a9fd-7d2250ef718a",
            "last_updated": "2023-01-27T10:02:17.001280-05:00",
            "created_at": "2023-01-26T10:56:56.461763-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44d9049f-7115-4af9-bf93-b72cdefb7749/?format=api"
        }
    ]
}