GET /api/bet_types/d0640ad6-f823-4180-b2ce-84199b071870/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0640ad6-f823-4180-b2ce-84199b071870",
    "match": "https://api-prod.gambitprofit.com/api/matches/a17b3be7-bbc7-45df-ae5b-92222508d121/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:12.158996-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3763b05-f17a-4c40-9adf-86642c25d8b4",
            "gambit_id": "ddad5cd8-c1c3-4fe3-a28d-763e46c8bcf5",
            "last_updated": "2023-04-10T14:47:06.471428-04:00",
            "created_at": "2023-04-09T09:27:12.161168-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0640ad6-f823-4180-b2ce-84199b071870/?format=api"
        },
        {
            "id": "cf75411c-3298-433c-b462-38819d1c1fd7",
            "gambit_id": "d937b938-2b3d-4d48-80dd-b38c1e6b077f",
            "last_updated": "2023-04-10T14:47:06.473764-04:00",
            "created_at": "2023-04-09T09:27:12.164096-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0640ad6-f823-4180-b2ce-84199b071870/?format=api"
        }
    ]
}