GET /api/bet_types/5eac42e6-2155-43a3-9f2e-81f3a94e9b03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5eac42e6-2155-43a3-9f2e-81f3a94e9b03",
    "match": "https://api-prod.gambitprofit.com/api/matches/69a0d6b9-0143-4fb6-b01d-d00f06403b73/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T10:38:12.758420-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": "Minnesota Twins",
                "amount": 6825.0
            },
            {
                "team": "Los Angeles Angels",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d1d7f84-ae47-4190-848e-99bb4c9b82c6",
            "gambit_id": "d845c838-35dd-4ff1-ba6c-bd8fddb92f26",
            "last_updated": "2023-09-26T09:22:59.273442-04:00",
            "created_at": "2023-09-24T10:38:12.781458-04:00",
            "name": "Minnesota Twins",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eac42e6-2155-43a3-9f2e-81f3a94e9b03/?format=api"
        },
        {
            "id": "35199f7d-2f55-461a-be5c-2e019dd733f7",
            "gambit_id": "629ce61d-3305-4a38-9896-9371f6e5ccc5",
            "last_updated": "2023-09-26T09:22:59.269273-04:00",
            "created_at": "2023-09-24T10:38:12.764321-04:00",
            "name": "Los Angeles Angels",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eac42e6-2155-43a3-9f2e-81f3a94e9b03/?format=api"
        }
    ]
}